From 22b9e0d7b52c59d43fcbedde37ca71d4daea5347 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 12 Apr 2008 20:48:12 +0000 Subject: [PATCH] rename --- src/daemon/Makefile.am | 10 +++++----- src/daemon/{daemontest.c => daemon_test.c} | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename src/daemon/{daemontest.c => daemon_test.c} (100%) 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 = \ 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 = \ diff --git a/src/daemon/daemontest.c b/src/daemon/daemon_test.c similarity index 100% rename from src/daemon/daemontest.c rename to src/daemon/daemon_test.c