X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=src%2Fstroke%2FMakefile.am;h=6ea64753c08d43a80e33fa4c35cc99cb2d958b00;hp=2f183495dc6386a1092a2da2ac705538921e539c;hb=7cbe4a33e9d8604999cd2ce8f45e633af703c014;hpb=b5e1560659f9e7e74299077c1456c29065dbb4c9 diff --git a/src/stroke/Makefile.am b/src/stroke/Makefile.am index 2f18349..6ea6475 100644 --- a/src/stroke/Makefile.am +++ b/src/stroke/Makefile.am @@ -1,3 +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