Moved attr plugin from libcharon to libhydra.
This commit is contained in:
@@ -245,14 +245,6 @@ if MONOLITHIC
|
||||
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
|
||||
|
||||
@@ -26,6 +26,13 @@ else
|
||||
SUBDIRS = .
|
||||
endif
|
||||
|
||||
if USE_ATTR
|
||||
SUBDIRS += plugins/attr
|
||||
if MONOLITHIC
|
||||
libhydra_la_LIBADD += plugins/attr/libstrongswan-attr.la
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_ATTR_SQL
|
||||
SUBDIRS += plugins/attr_sql
|
||||
if MONOLITHIC
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup attr attr
|
||||
* @ingroup cplugins
|
||||
* @ingroup hplugins
|
||||
*
|
||||
* @defgroup attr_plugin attr_plugin
|
||||
* @{ @ingroup attr
|
||||
Reference in New Issue
Block a user