summaryrefslogtreecommitdiff
path: root/tests/daemon
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-18 17:19:12 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-18 17:19:12 +0100
commitfa863355cafc901612cbf18a8dda97cdcf9d502b (patch)
treec46ccbb9b50d4dc6d9ae4348cd5d77336c7c1bfd /tests/daemon
parent412325bd35c084c7e9bea62801774516a0baf0a9 (diff)
downloadwolfbones-fa863355cafc901612cbf18a8dda97cdcf9d502b.tar.gz
wolfbones-fa863355cafc901612cbf18a8dda97cdcf9d502b.tar.bz2
added a GENGETOPT section in platform.mk and fixed testd GNUmakefile
Diffstat (limited to 'tests/daemon')
-rw-r--r--tests/daemon/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/daemon/GNUmakefile b/tests/daemon/GNUmakefile
index d979263..1ec54b3 100644
--- a/tests/daemon/GNUmakefile
+++ b/tests/daemon/GNUmakefile
@@ -18,9 +18,9 @@ TEST_OBJS = \
# ABa: currently a special rule for cmdline.c as gengetopt is not
# completly fixed yet
testd_cmdline.h : testd.ggo
- gengetopt --file-name testd_cmdline --conf-parser -i $<
+ gengetopt --file-name testd_cmdline --conf-parser $(GENGETOPT_INCLUDE_GETOPT) -i $<
testd_cmdline.c : testd.ggo
- gengetopt --file-name testd_cmdline --conf-parser -i $<
+ gengetopt --file-name testd_cmdline --conf-parser $(GENGETOPT_INCLUDE_GETOPT) -i $<
testd_cmdline.o : testd_cmdline.c testd_cmdline.h
$(CC) -c -o $@ $<