move SQL-based pool functionality to new attr-sql libstrongswan plugin

This commit is contained in:
Andreas Steffen
2009-10-13 17:02:29 +02:00
parent 4c8bb47abd
commit 247794827e
20 changed files with 245 additions and 45 deletions
+4
View File
@@ -200,6 +200,10 @@ if USE_SQLITE
SUBDIRS += plugins/sqlite
endif
if USE_ATTR_SQL
SUBDIRS += plugins/attr_sql
endif
if USE_PADLOCK
SUBDIRS += plugins/padlock
endif