aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-09-07 12:07:57 +0200
committerMartin Willi <martin@strongswan.org>2009-09-07 15:00:45 +0200
commitb7b56533862f8b4ae705e3adb31b7b9533a42947 (patch)
tree63f32988d97e75dd7b34eae48097a60e529a7497 /src/charon/Makefile.am
parentb803bc82f4517d864938ced136170c33d8655852 (diff)
downloadstrongswan-b7b56533862f8b4ae705e3adb31b7b9533a42947.tar.bz2
strongswan-b7b56533862f8b4ae705e3adb31b7b9533a42947.tar.xz
Use macros to define --with options
Diffstat (limited to 'src/charon/Makefile.am')
-rw-r--r--src/charon/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/Makefile.am b/src/charon/Makefile.am
index ab9d47c3b..20ca08302 100644
--- a/src/charon/Makefile.am
+++ b/src/charon/Makefile.am
@@ -102,7 +102,7 @@ credentials/sets/ocsp_response_wrapper.c credentials/sets/ocsp_response_wrapper.
credentials/sets/cert_cache.c credentials/sets/cert_cache.h \
credentials/credential_set.h
-INCLUDES = -I${linuxdir} -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon
+INCLUDES = -I${linux_headers} -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon
AM_CFLAGS = -rdynamic \
-DIPSEC_DIR=\"${ipsecdir}\" \
-DIPSEC_PIDDIR=\"${piddir}\" \