summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorIngo Huerner <ingo.huerner@xse.de>2015-03-27 09:42:36 +0100
committerIngo Huerner <ingo.huerner@xse.de>2015-03-27 09:42:36 +0100
commitbd5a8f2d569476f7627128e95f146673bd52e5fd (patch)
tree10515974e783ab581ae2295dbe6fdb271ace3df9 /Makefile.am
parent944899b3120d81649f0efc800de74935903d2851 (diff)
downloadpersistence-client-library-bd5a8f2d569476f7627128e95f146673bd52e5fd.tar.gz
Increased code coverage; removed obsolete code
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 879898d..65b2df1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,8 @@ endif
sysconfdir = "/etc/"
# Write the config file for customer plugins to the config destination
-sysconf_DATA = config/pclCustomLibConfigFile.cfg
+sysconf_DATA = config/pclCustomLibConfigFile.cfg \
+ config/pclCustomLibConfigFileEmpty.cfg
# Add config file to distribution
EXTRA_DIST = $(sysconf_DATA)