summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2012-05-03 18:35:37 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2012-05-03 18:35:37 +0200
commitb36a3176dfb080b5ce58713dcb83d9489948acb4 (patch)
tree2c7704ef3310d57619e1f76c7138001a7242bc88 /src/Makefile.am
parent5b03a3c914cf02c63d1db36328c2ea77b10cfa70 (diff)
Add test client.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9fccb45..a56ae39 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -19,6 +19,7 @@ muniad_SOURCES = \
task.cc \
taskmanager.cc \
tasktree.cc \
+ testclient.cc \
xml_encode_decode.cc \
xmlparser.cc
@@ -35,6 +36,7 @@ EXTRA_DIST = \
task.h \
taskmanager.h \
tasktree.h \
+ testclient.h \
xml_encode_decode.h \
xmlparser.h