From fa863355cafc901612cbf18a8dda97cdcf9d502b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 18 Mar 2009 17:19:12 +0100 Subject: added a GENGETOPT section in platform.mk and fixed testd GNUmakefile --- tests/daemon/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/daemon') 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 $@ $< -- cgit v1.2.3-54-g00ecf