aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-04-12 20:48:12 +0000
committerChristian Grothoff <christian@grothoff.org>2008-04-12 20:48:12 +0000
commit22b9e0d7b52c59d43fcbedde37ca71d4daea5347 (patch)
treedb10c62ab7a12c989bc43c2a9802c8512a5a7370
parentd44981481087d7abbbebdd98c12cb8675d171981 (diff)
downloadlibmicrohttpd-22b9e0d7b52c59d43fcbedde37ca71d4daea5347.tar.gz
libmicrohttpd-22b9e0d7b52c59d43fcbedde37ca71d4daea5347.zip
rename
-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