aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/daemon/Makefile.am10
-rw-r--r--src/daemon/daemon_test.c (renamed from src/daemon/daemontest.c)0
2 files changed, 5 insertions, 5 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index b10226fd..d44986ce 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -24,14 +24,14 @@ libmicrohttpd_la_SOURCES = \
24 response.c response.h 24 response.c response.h
25 25
26check_PROGRAMS = \ 26check_PROGRAMS = \
27 postprocessor_test 27 postprocessor_test \
28 daemontest 28 daemon_test
29 29
30TESTS = $(check_PROGRAMS) 30TESTS = $(check_PROGRAMS)
31 31
32daemontest_SOURCES = \ 32daemon_test_SOURCES = \
33 daemontest.c 33 daemon_test.c
34daemontest_LDADD = \ 34daemon_test_LDADD = \
35 $(top_builddir)/src/daemon/libmicrohttpd.la 35 $(top_builddir)/src/daemon/libmicrohttpd.la
36 36
37postprocessor_test_SOURCES = \ 37postprocessor_test_SOURCES = \
diff --git a/src/daemon/daemontest.c b/src/daemon/daemon_test.c
index 8048b438..8048b438 100644
--- a/src/daemon/daemontest.c
+++ b/src/daemon/daemon_test.c