Moving attr-sql plugin from libstrongswan to libhydra.
This commit is contained in:
@@ -133,7 +133,7 @@ else
|
||||
SUBDIRS = .
|
||||
endif
|
||||
|
||||
PLUGINS = ${libstrongswan_plugins}
|
||||
PLUGINS = ${libstrongswan_plugins} ${libhydra_plugins}
|
||||
|
||||
if USE_LOAD_TESTER
|
||||
SUBDIRS += plugins/load_tester
|
||||
|
||||
@@ -21,10 +21,10 @@ else
|
||||
SUBDIRS = .
|
||||
endif
|
||||
|
||||
#if USE_FOO
|
||||
# SUBDIRS += plugins/foo
|
||||
#if MONOLITHIC
|
||||
# libhydra_la_LIBADD += plugins/foo/libstrongswan-foo.la
|
||||
#endif
|
||||
#endif
|
||||
if USE_ATTR_SQL
|
||||
SUBDIRS += plugins/attr_sql
|
||||
if MONOLITHIC
|
||||
libhydra_la_LIBADD += plugins/attr_sql/libstrongswan-attr-sql.la
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
@@ -269,13 +269,6 @@ if MONOLITHIC
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_ATTR_SQL
|
||||
SUBDIRS += plugins/attr_sql
|
||||
if MONOLITHIC
|
||||
libstrongswan_la_LIBADD += plugins/attr_sql/libstrongswan-attr-sql.la
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_PADLOCK
|
||||
SUBDIRS += plugins/padlock
|
||||
if MONOLITHIC
|
||||
|
||||
Reference in New Issue
Block a user