summaryrefslogtreecommitdiff
path: root/tests/daemon/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-18 11:19:47 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-18 11:19:47 +0100
commitd288a0228398b789a4b33a50db5262d72af90dde (patch)
tree6ed19c28104568e396737306e7c7f7751e428d7f /tests/daemon/GNUmakefile
parentad4b9470c1b281c91377aa44f5762d1104dfddac (diff)
downloadwolfbones-d288a0228398b789a4b33a50db5262d72af90dde.tar.gz
wolfbones-d288a0228398b789a4b33a50db5262d72af90dde.tar.bz2
added options to syslog in logger, making logging the PID the default
Diffstat (limited to 'tests/daemon/GNUmakefile')
-rw-r--r--tests/daemon/GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/daemon/GNUmakefile b/tests/daemon/GNUmakefile
index 5ec0c43..9141db6 100644
--- a/tests/daemon/GNUmakefile
+++ b/tests/daemon/GNUmakefile
@@ -26,6 +26,8 @@ testd_cmdline.c : testd.ggo
testd_cmdline.o : testd_cmdline.c testd_cmdline.h
$(CC) -c -o $@ $<
+testd: $(TOPDIR)/src/libwolf.a
+
local_all: testd_cmdline.h
local_clean: