pool: Move the pool utility to its own directory in src

This commit is contained in:
Tobias Brunner
2013-10-11 15:16:05 +02:00
parent 5abe3c52d3
commit ec6ad6b086
10 changed files with 28 additions and 21 deletions
+4
View File
@@ -100,6 +100,10 @@ if USE_INTEGRITY_TEST
SUBDIRS += checksum
endif
if USE_ATTR_SQL
SUBDIRS += pool
endif
if USE_TKM
SUBDIRS += charon-tkm
endif