strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
optimized gperf
[strongswan.git]
/
src
/
stroke
/
Makefile.am
diff --git
a/src/stroke/Makefile.am
b/src/stroke/Makefile.am
index
22f317f
..
afca95f
100644
(file)
--- a/
src/stroke/Makefile.am
+++ b/
src/stroke/Makefile.am
@@
-8,4
+8,4
@@
MAINTAINERCLEANFILES = stroke_keywords.c
AM_CFLAGS = -DIPSEC_PIDDIR=\"${piddir}\"
stroke_keywords.c: $(srcdir)/stroke_keywords.txt $(srcdir)/stroke_keywords.h
- $(GPERF) -D -C -G -t < $(srcdir)/stroke_keywords.txt > $@
+ $(GPERF) -
m 10 -
D -C -G -t < $(srcdir)/stroke_keywords.txt > $@