pool: Install SQL schemas from src/pool

This allows us to install the schemas if either the attr-sql or sql
plugin is enabled, since both use the same schema (at least in parts).
This commit is contained in:
Tobias Brunner
2014-02-12 14:21:26 +01:00
parent b2cd0870a3
commit 6e288ed19c
5 changed files with 11 additions and 3 deletions
+4
View File
@@ -98,6 +98,10 @@ endif
if USE_ATTR_SQL
SUBDIRS += pool
else
if USE_SQL
SUBDIRS += pool
endif
endif
if USE_TKM