Added use of default data for files; added test data that can be used by PAS installa...
[profile/ivi/persistence-client-library.git] / persclient_tool / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 if DEBUG
4 AM_CFLAGS =$(DEPS_CFLAGS) $(CHECK_CFLAGS) -g
5 else
6 AM_CFLAGS = $(DEPS_CFLAGS) $(CHECK_CFLAGS)
7 #AM_CFLAGS = -fprofile-arcs -ftest-coverage $(DEPS_CFLAGS) $(CHECK_CFLAGS)
8 endif
9
10 noinst_PROGRAMS = persistence_client_tool
11
12 persistence_client_tool_SOURCES = persistence_client_tool.c
13 persistence_client_tool_LDADD = $(DEPS_LIBS)     
14