merging changes from portability branch back to trunk
important change for developers: %Y replaces %D to print identities!
This commit is contained in:
@@ -3,8 +3,9 @@ ipsec_PROGRAMS = stroke
|
||||
stroke_SOURCES = stroke.c stroke_msg.h stroke_keywords.c stroke_keywords.h
|
||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan
|
||||
EXTRA_DIST = stroke_keywords.txt
|
||||
BUILT_SOURCES = stroke_keywords.c
|
||||
MAINTAINERCLEANFILES = stroke_keywords.c
|
||||
AM_CFLAGS = -DIPSEC_PIDDIR=\"${piddir}\"
|
||||
|
||||
stroke_keywords.c: stroke_keywords.txt stroke_keywords.h
|
||||
$(GPERF) -C -G -t < $< > $@
|
||||
stroke_keywords.c: $(srcdir)/stroke_keywords.txt $(srcdir)/stroke_keywords.h
|
||||
$(GPERF) -D -C -G -t < $(srcdir)/stroke_keywords.txt > $@
|
||||
|
||||
Reference in New Issue
Block a user