aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-07-05 18:49:41 +0200
committerTobias Brunner <tobias@strongswan.org>2010-09-02 19:01:22 +0200
commit74f15e93202eafee34f58962dbee4c6311bc5ce1 (patch)
tree02316e1dc13ae8950400e4710ec97ab91e88cb96 /src/libhydra
parent07500cda69aa5e1457bf034d75abd8a14885e2b7 (diff)
downloadstrongswan-74f15e93202eafee34f58962dbee4c6311bc5ce1.tar.bz2
strongswan-74f15e93202eafee34f58962dbee4c6311bc5ce1.tar.xz
Do not include files from libcharon in libhydra.
Diffstat (limited to 'src/libhydra')
-rw-r--r--src/libhydra/plugins/attr/Makefile.am3
-rw-r--r--src/libhydra/plugins/resolve/Makefile.am3
2 files changed, 2 insertions, 4 deletions
diff --git a/src/libhydra/plugins/attr/Makefile.am b/src/libhydra/plugins/attr/Makefile.am
index 71401648e..fe0c39ebd 100644
--- a/src/libhydra/plugins/attr/Makefile.am
+++ b/src/libhydra/plugins/attr/Makefile.am
@@ -1,6 +1,5 @@
-INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
- -I$(top_srcdir)/src/libcharon
+INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra
AM_CFLAGS = -rdynamic
diff --git a/src/libhydra/plugins/resolve/Makefile.am b/src/libhydra/plugins/resolve/Makefile.am
index f8830d42e..a05c84061 100644
--- a/src/libhydra/plugins/resolve/Makefile.am
+++ b/src/libhydra/plugins/resolve/Makefile.am
@@ -1,6 +1,5 @@
-INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
- -I$(top_srcdir)/src/libcharon
+INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra
AM_CFLAGS = -rdynamic \
-DRESOLV_CONF=\"${resolv_conf}\"