X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=src%2Fstroke%2FMakefile.am;h=6ea64753c08d43a80e33fa4c35cc99cb2d958b00;hp=0de0134de70e4fc2227323fae816cb5abcb07467;hb=a655f5c09c2ba180b7d393dbdfc8b8057293d9ab;hpb=d521714c9a84efbc3e1ed66e0869893ab2072bd2 diff --git a/src/stroke/Makefile.am b/src/stroke/Makefile.am index 0de0134..6ea6475 100644 --- a/src/stroke/Makefile.am +++ b/src/stroke/Makefile.am @@ -1,4 +1,9 @@ ipsec_PROGRAMS = stroke -stroke_SOURCES = stroke.c stroke.h +stroke_SOURCES = stroke.c stroke.h stroke_keywords.c stroke_keywords.h INCLUDES = -I$(top_srcdir)/src/libstrongswan +EXTRA_DIST = stroke_keywords.txt +MAINTAINERCLEANFILES = stroke_keywords.c + +stroke_keywords.c: stroke_keywords.txt stroke_keywords.h + $(GPERF) -C -G -t < stroke_keywords.txt > stroke_keywords.c