summaryrefslogtreecommitdiff
path: root/src/stroke/Makefile.am
blob: df20252e2e4d0593a4778f8a0e7899a78d451841 (plain)
1
2
3
4
5
6
7
8
9
10
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
MAINTAINERCLEANFILES = stroke_keywords.c
AM_CFLAGS = -DIPSEC_PIDDIR=\"${piddir}\"

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