This commit is contained in:
Christian Grothoff
2008-04-12 20:48:12 +00:00
parent d449814810
commit 22b9e0d7b5
2 changed files with 5 additions and 5 deletions
+5 -5
View File
@@ -24,14 +24,14 @@ libmicrohttpd_la_SOURCES = \
response.c response.h
check_PROGRAMS = \
postprocessor_test
daemontest
postprocessor_test \
daemon_test
TESTS = $(check_PROGRAMS)
daemontest_SOURCES = \
daemontest.c
daemontest_LDADD = \
daemon_test_SOURCES = \
daemon_test.c
daemon_test_LDADD = \
$(top_builddir)/src/daemon/libmicrohttpd.la
postprocessor_test_SOURCES = \