diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-03-31 13:55:12 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-04-06 12:47:40 +0200 |
commit | a5ec3025473b243f57b689b95ca28420510e8845 (patch) | |
tree | 7f8cbbc3ed66bf3361f29c49ac801e15e8a1c482 /src/libcharon/Makefile.am | |
parent | facf887253b807e0d7c666b95f664363f1c4b676 (diff) | |
download | strongswan-a5ec3025473b243f57b689b95ca28420510e8845.tar.bz2 strongswan-a5ec3025473b243f57b689b95ca28420510e8845.tar.xz |
Moved attr plugin from libcharon to libhydra.
Diffstat (limited to 'src/libcharon/Makefile.am')
-rw-r--r-- | src/libcharon/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libcharon/Makefile.am b/src/libcharon/Makefile.am index 9ed1ffe11..14d3c39bb 100644 --- a/src/libcharon/Makefile.am +++ b/src/libcharon/Makefile.am @@ -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 |