set the default of plutostart/charonstart according to ./configure options

This commit is contained in:
Martin Willi
2009-03-24 15:02:12 +00:00
parent 4a6b84a934
commit e4838d02b3
3 changed files with 19 additions and 2 deletions
+8
View File
@@ -15,6 +15,14 @@ MAINTAINERCLEANFILES = lex.yy.c y.tab.c y.tab.h keywords.c
PLUTODIR=$(top_srcdir)/src/pluto
SCEPCLIENTDIR=$(top_srcdir)/src/scepclient
if USE_PLUTO
AM_CFLAGS += -DSTART_PLUTO
endif
if USE_CHARON
AM_CFLAGS += -DSTART_CHARON
endif
lex.yy.c: parser.l parser.y parser.h y.tab.c
$(LEX) --nounput $<