mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-07 00:01:49 -04:00
Moved attr plugin from libcharon to libhydra.
This commit is contained in:
parent
facf887253
commit
a5ec302547
@ -745,6 +745,10 @@ if test x$gmp = xtrue; then
|
|||||||
libstrongswan_plugins=${libstrongswan_plugins}" gmp"
|
libstrongswan_plugins=${libstrongswan_plugins}" gmp"
|
||||||
pluto_plugins=${pluto_plugins}" gmp"
|
pluto_plugins=${pluto_plugins}" gmp"
|
||||||
fi
|
fi
|
||||||
|
if test x$attr = xtrue; then
|
||||||
|
libhydra_plugins=${libhydra_plugins}" attr"
|
||||||
|
pluto_plugins=${pluto_plugins}" attr"
|
||||||
|
fi
|
||||||
if test x$attr_sql = xtrue -o x$sql = xtrue; then
|
if test x$attr_sql = xtrue -o x$sql = xtrue; then
|
||||||
libhydra_plugins=${libhydra_plugins}" attr-sql"
|
libhydra_plugins=${libhydra_plugins}" attr-sql"
|
||||||
pluto_plugins=${pluto_plugins}" attr-sql"
|
pluto_plugins=${pluto_plugins}" attr-sql"
|
||||||
@ -904,6 +908,7 @@ AC_OUTPUT(
|
|||||||
src/libstrongswan/plugins/agent/Makefile
|
src/libstrongswan/plugins/agent/Makefile
|
||||||
src/libstrongswan/plugins/test_vectors/Makefile
|
src/libstrongswan/plugins/test_vectors/Makefile
|
||||||
src/libhydra/Makefile
|
src/libhydra/Makefile
|
||||||
|
src/libhydra/plugins/attr/Makefile
|
||||||
src/libhydra/plugins/attr_sql/Makefile
|
src/libhydra/plugins/attr_sql/Makefile
|
||||||
src/libfreeswan/Makefile
|
src/libfreeswan/Makefile
|
||||||
src/libsimaka/Makefile
|
src/libsimaka/Makefile
|
||||||
@ -939,7 +944,6 @@ AC_OUTPUT(
|
|||||||
src/libcharon/plugins/android/Makefile
|
src/libcharon/plugins/android/Makefile
|
||||||
src/libcharon/plugins/stroke/Makefile
|
src/libcharon/plugins/stroke/Makefile
|
||||||
src/libcharon/plugins/updown/Makefile
|
src/libcharon/plugins/updown/Makefile
|
||||||
src/libcharon/plugins/attr/Makefile
|
|
||||||
src/libcharon/plugins/dhcp/Makefile
|
src/libcharon/plugins/dhcp/Makefile
|
||||||
src/libcharon/plugins/resolve/Makefile
|
src/libcharon/plugins/resolve/Makefile
|
||||||
src/libcharon/plugins/unit_tester/Makefile
|
src/libcharon/plugins/unit_tester/Makefile
|
||||||
|
@ -245,14 +245,6 @@ if MONOLITHIC
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_ATTR
|
|
||||||
SUBDIRS += plugins/attr
|
|
||||||
PLUGINS += attr
|
|
||||||
if MONOLITHIC
|
|
||||||
libcharon_la_LIBADD += plugins/attr/libstrongswan-attr.la
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
if USE_EAP_IDENTITY
|
if USE_EAP_IDENTITY
|
||||||
SUBDIRS += plugins/eap_identity
|
SUBDIRS += plugins/eap_identity
|
||||||
PLUGINS += eap-identity
|
PLUGINS += eap-identity
|
||||||
|
@ -26,6 +26,13 @@ else
|
|||||||
SUBDIRS = .
|
SUBDIRS = .
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_ATTR
|
||||||
|
SUBDIRS += plugins/attr
|
||||||
|
if MONOLITHIC
|
||||||
|
libhydra_la_LIBADD += plugins/attr/libstrongswan-attr.la
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
if USE_ATTR_SQL
|
if USE_ATTR_SQL
|
||||||
SUBDIRS += plugins/attr_sql
|
SUBDIRS += plugins/attr_sql
|
||||||
if MONOLITHIC
|
if MONOLITHIC
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup attr attr
|
* @defgroup attr attr
|
||||||
* @ingroup cplugins
|
* @ingroup hplugins
|
||||||
*
|
*
|
||||||
* @defgroup attr_plugin attr_plugin
|
* @defgroup attr_plugin attr_plugin
|
||||||
* @{ @ingroup attr
|
* @{ @ingroup attr
|
Loading…
x
Reference in New Issue
Block a user