libstrongswan_plugins=${libstrongswan_plugins}" gmp"
pluto_plugins=${pluto_plugins}" gmp"
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
libhydra_plugins=${libhydra_plugins}" attr-sql"
pluto_plugins=${pluto_plugins}" attr-sql"
src/libstrongswan/plugins/agent/Makefile
src/libstrongswan/plugins/test_vectors/Makefile
src/libhydra/Makefile
+ src/libhydra/plugins/attr/Makefile
src/libhydra/plugins/attr_sql/Makefile
src/libfreeswan/Makefile
src/libsimaka/Makefile
src/libcharon/plugins/android/Makefile
src/libcharon/plugins/stroke/Makefile
src/libcharon/plugins/updown/Makefile
- src/libcharon/plugins/attr/Makefile
src/libcharon/plugins/dhcp/Makefile
src/libcharon/plugins/resolve/Makefile
src/libcharon/plugins/unit_tester/Makefile
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
SUBDIRS += plugins/eap_identity
PLUGINS += eap-identity