aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2011-02-08 11:11:01 +0100
committerMartin Willi <martin@revosec.ch>2011-02-08 11:11:01 +0100
commit234955d1ea3f08cc77f98b65442369a9684e0e77 (patch)
treed7562c965905b0c5b17ad0199ca4ece6506f69ec /src/libcharon/plugins
parent91f8ce562dcae409f0e7b686f7d6e7ff3f48fdc6 (diff)
downloadstrongswan-234955d1ea3f08cc77f98b65442369a9684e0e77.tar.bz2
strongswan-234955d1ea3f08cc77f98b65442369a9684e0e77.tar.xz
Check for libxml when building tnccs_11, use autoconf libxml CFLAGS/LIBS
Diffstat (limited to 'src/libcharon/plugins')
-rw-r--r--src/libcharon/plugins/tnccs_11/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libcharon/plugins/tnccs_11/Makefile.am b/src/libcharon/plugins/tnccs_11/Makefile.am
index 4e2fcabd4..1042c3514 100644
--- a/src/libcharon/plugins/tnccs_11/Makefile.am
+++ b/src/libcharon/plugins/tnccs_11/Makefile.am
@@ -1,10 +1,11 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
- -I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/libtls \
- `xml2-config --cflags`
+ -I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/libtls ${xml_CFLAGS}
AM_CFLAGS = -rdynamic
+libstrongswan_tnccs_11_la_LIBADD = ${xml_LIBS}
+
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-tnccs-11.la
else