summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorIngo Huerner <ingo_huerner@mentor.com>2016-12-09 15:43:30 +0100
committerIngo Huerner <ingo_huerner@mentor.com>2016-12-09 15:43:30 +0100
commitc2ef1013077ecb7936c8254ee16e39fbc67435a9 (patch)
treea2b25ce2f45c19a7a9b6c753b22eb0c106b3a46a /Makefile.am
parentc02dd383c15b907deaf62f4c3566821ff69da91b (diff)
downloadpersistence-client-library-c2ef1013077ecb7936c8254ee16e39fbc67435a9.tar.gz
Added persistence database viewer
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e9fd428..c4fb757 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,10 +1,14 @@
SUBDIRS=src
-#SUBDIRS=src persclient_tool
+
+if WANT_TOOLS
+SUBDIRS+=tools
+endif
if WANT_TESTS
SUBDIRS+=test
endif
+
# Write the config file for customer plugins to the config destination
sysconf_DATA = config/pclCustomLibConfigFile.cfg \
config/pclCustomLibConfigFileEmpty.cfg