commit ce9ee864ffbfd2713ebe2380a8d2efdf154f058e
parent e07b1727b53b955a30d211d6f82c7b779fc70679
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 12 Oct 2012 16:14:54 +0000
-add lcov options for common lib
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
@@ -3,6 +3,11 @@ INCLUDES = -I$(top_srcdir)/src/include
LIBS = \
@LE_LIBINTL@ @LIBS@
+if USE_COVERAGE
+ AM_CFLAGS = --coverage -O0
+ XLIB = -lgcov
+endif
+
lib_LTLIBRARIES = \
libextractor_common.la