diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-06-09 05:41:31 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-06-09 05:41:31 +0000 |
commit | d521714c9a84efbc3e1ed66e0869893ab2072bd2 (patch) | |
tree | 9ac969718d1488721872c622166d7bcd2a488596 | |
parent | 5238c9afefb7783b639e154ae882cec1f8651c70 (diff) | |
download | strongswan-d521714c9a84efbc3e1ed66e0869893ab2072bd2.tar.bz2 strongswan-d521714c9a84efbc3e1ed66e0869893ab2072bd2.tar.xz |
stroke.h requires libstrongswan/types.h
-rw-r--r-- | src/stroke/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stroke/Makefile.am b/src/stroke/Makefile.am index 2f183495d..0de0134de 100644 --- a/src/stroke/Makefile.am +++ b/src/stroke/Makefile.am @@ -1,3 +1,4 @@ ipsec_PROGRAMS = stroke stroke_SOURCES = stroke.c stroke.h +INCLUDES = -I$(top_srcdir)/src/libstrongswan |