resolve: Move plugin back to libcharon

Since pluto is gone, all existing users build upon libcharon.
This commit is contained in:
Martin Willi
2015-02-20 13:34:54 +01:00
parent a75980c4aa
commit 6bfd1fbb71
8 changed files with 11 additions and 12 deletions
+7
View File
@@ -630,3 +630,10 @@ if MONOLITHIC
libcharon_la_LIBADD += plugins/xauth_noauth/libstrongswan-xauth-noauth.la
endif
endif
if USE_RESOLVE
SUBDIRS += plugins/resolve
if MONOLITHIC
libcharon_la_LIBADD += plugins/resolve/libstrongswan-resolve.la
endif
endif
@@ -1,6 +1,7 @@
AM_CPPFLAGS = \
-I$(top_srcdir)/src/libstrongswan \
-I$(top_srcdir)/src/libhydra \
-I$(top_srcdir)/src/libcharon \
-DRESOLV_CONF=\"${resolv_conf}\"
AM_CFLAGS = \
@@ -374,4 +374,3 @@ resolve_handler_t *resolve_handler_create()
return &this->public;
}
@@ -99,4 +99,3 @@ plugin_t *resolve_plugin_create()
return &this->public.plugin;
}
-7
View File
@@ -72,13 +72,6 @@ if MONOLITHIC
endif
endif
if USE_RESOLVE
SUBDIRS += plugins/resolve
if MONOLITHIC
libhydra_la_LIBADD += plugins/resolve/libstrongswan-resolve.la
endif
endif
if MONOLITHIC
SUBDIRS += .
endif