diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-07-19 09:02:04 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-07-19 09:02:04 +0200 |
commit | 82b1a38601c4b713c8a3e8825736f5b09a048912 (patch) | |
tree | 4c17efea71e860fc7ed1b5da593e4be55fbcb9c2 /src/charon-tkm | |
parent | 8f1b44b40c6ddf55760cccae2d9f32278ba527a9 (diff) | |
download | strongswan-82b1a38601c4b713c8a3e8825736f5b09a048912.tar.bz2 strongswan-82b1a38601c4b713c8a3e8825736f5b09a048912.tar.xz |
tkm: Properly refer to includes now that AM_CPPFLAGS is used
Diffstat (limited to 'src/charon-tkm')
-rw-r--r-- | src/charon-tkm/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon-tkm/Makefile.am b/src/charon-tkm/Makefile.am index 9b03c67b9..0fef1f62d 100644 --- a/src/charon-tkm/Makefile.am +++ b/src/charon-tkm/Makefile.am @@ -18,7 +18,7 @@ DEFS += -DPLUGINS=\""$(PLUGINS)\"" -DIPSEC_PIDDIR=\"${piddir}\" BUILD_OPTS = \ -XOBJ_DIR=$(CURDIR)/obj \ - -cargs $(INCLUDES) $(DEFS) \ + -cargs $(AM_CPPFLAGS) $(DEFS) \ -largs $(LIBLD) $(LIBFL) # plugins to enable |