forked from GENIVI/persistence-client-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
24 lines (17 loc) · 686 Bytes
/
Makefile.am
File metadata and controls
24 lines (17 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SUBDIRS=src
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
# Add config file to distribution
EXTRA_DIST = $(sysconf_DATA)
pkgconfigdir=$(libdir)/pkgconfig
pkgconfig_DATA=persistence_client_library.pc
MAINTAINERCLEANFILES = \
Makefile.in aclocal.m4 compile config.guess config.h.in config.sub \
configure depcomp install-sh ltmain.sh persistence_client_library.pc config/pclCustomLibConfigFile.cfg config/pclCustomLibConfigFileEmpty.cfg config.h.in~ Makefile missing