From b3b3094e5967b3644c69e9f82de8e39f9e9362d6 Mon Sep 17 00:00:00 2001 From: Ingo Huerner Date: Tue, 25 Jun 2013 01:18:53 +0200 Subject: Added ref counter for init/deinit; updated header doxygen tags; removed several printf; different minor optimizations --- Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 580b7a9..c36060a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,15 @@ if WANT_TESTS SUBDIRS+=test endif + +sysconfdir = "/etc/" + +# Write the config file for customer plugins to the config destination +sysconf_DATA = config/pclCustomLibConfigFile.cfg + +# Add config file to distribution +EXTRA_DIST = $(sysconf_DATA) + pkgconfigdir=$(libdir)/pkgconfig pkgconfig_DATA=persistence_client_library.pc -- cgit v1.2.1