Fixed a problem with getting the size of the default data; extended tests to increase...
[profile/ivi/persistence-client-library.git] / src / Makefile.am
index 7a2248a..26248f0 100644 (file)
@@ -2,8 +2,7 @@ AUTOMAKE_OPTIONS = foreign
 
 
 if DEBUG
-AM_CFLAGS = $(DEPS_CFLAGS) -g -I../include \
-                          -Idbus-1.0
+AM_CFLAGS = -fprofile-arcs -ftest-coverage $(DEPS_CFLAGS) -g -I../include -Idbus-1.0
 else
 AM_CFLAGS = $(DEPS_CFLAGS) -I../include -Idbus-1.0
 #AM_CFLAGS = -fprofile-arcs -ftest-coverage  $(DEPS_CFLAGS) -I../include -Idbus-1.0