aboutsummaryrefslogtreecommitdiffstats
path: root/src/stroke/Makefile.am
blob: 761c3b86176bd8a4e4a19cc85f1082840bfcbdca (plain)
1
2
3
4
5
6
7
8
ipsec_PROGRAMS = stroke

stroke_SOURCES = stroke.c stroke.h stroke_keywords.c stroke_keywords.h
INCLUDES = -I$(top_srcdir)/src/libstrongswan
EXTRA_DIST = stroke_keywords.txt

stroke_keywords.c:	stroke_keywords.txt stroke_keywords.h
		$(GPERF) -C -G -t < stroke_keywords.txt > stroke_keywords.c