summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2012-02-24 14:04:02 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2012-02-24 14:04:02 +0100
commit227745a7445abbd3cff71825a5559656f495cb89 (patch)
tree2e42e6608ec2bd3cb3e35c057c7c17631b1326a2 /src/Makefile.am
parent3ca0e592183839f339d47723ca51be1ca2bbc7ec (diff)
In development...
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b7ded17..9b20d05 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,11 +9,13 @@ muniad_CXXFLAGS = $(LIBWEBSOCKETS_CFLAGS)
muniad_SOURCES = \
muniad.cc \
http.cc \
- task.cc
+ task.cc \
+ task_proto.cc
EXTRA_DIST = \
http.h \
- task.h
+ task.h \
+ task_proto.h
################
# Test Section #