diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-06-12 08:43:46 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-06-12 08:43:46 +0000 |
commit | 5347233204f7631609c5a2bc2f4fd65f6ed6773c (patch) | |
tree | 8544572ea1eeee8871bb285cf41ff9f0c6825eb0 /src/stroke/Makefile.am | |
parent | 299dbc604f48ed5a44029600b01d77477ecc1fd4 (diff) | |
download | strongswan-5347233204f7631609c5a2bc2f4fd65f6ed6773c.tar.bz2 strongswan-5347233204f7631609c5a2bc2f4fd65f6ed6773c.tar.xz |
support for stroke listcerts|listcacerts|listall and left|rightca=
Diffstat (limited to 'src/stroke/Makefile.am')
-rw-r--r-- | src/stroke/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/stroke/Makefile.am b/src/stroke/Makefile.am index 0de0134de..761c3b861 100644 --- a/src/stroke/Makefile.am +++ b/src/stroke/Makefile.am @@ -1,4 +1,8 @@ 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 + +stroke_keywords.c: stroke_keywords.txt stroke_keywords.h + $(GPERF) -C -G -t < stroke_keywords.txt > stroke_keywords.c |