summaryrefslogtreecommitdiff
path: root/persclient_tool/Makefile.am
blob: 43de4a77221153be29b05b1127962ed0bc466f86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AUTOMAKE_OPTIONS = foreign

if DEBUG
AM_CFLAGS =$(DEPS_CFLAGS) $(CHECK_CFLAGS) -g
else
AM_CFLAGS = $(DEPS_CFLAGS) $(CHECK_CFLAGS)
#AM_CFLAGS = -fprofile-arcs -ftest-coverage $(DEPS_CFLAGS) $(CHECK_CFLAGS)
endif

noinst_PROGRAMS = persistence_client_tool

persistence_client_tool_SOURCES = persistence_client_tool.c
persistence_client_tool_LDADD = $(DEPS_LIBS)