aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-12 16:14:54 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-12 16:14:54 +0000
commitce9ee864ffbfd2713ebe2380a8d2efdf154f058e (patch)
treed10c8d399b84dc1995dc7e810aa58a316a43c99a /src/common
parente07b1727b53b955a30d211d6f82c7b779fc70679 (diff)
downloadlibextractor-ce9ee864ffbfd2713ebe2380a8d2efdf154f058e.tar.gz
libextractor-ce9ee864ffbfd2713ebe2380a8d2efdf154f058e.zip
-add lcov options for common lib
Diffstat (limited to 'src/common')
-rw-r--r--src/common/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index d05b74c..96a1a85 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -3,6 +3,11 @@ INCLUDES = -I$(top_srcdir)/src/include
3LIBS = \ 3LIBS = \
4 @LE_LIBINTL@ @LIBS@ 4 @LE_LIBINTL@ @LIBS@
5 5
6if USE_COVERAGE
7 AM_CFLAGS = --coverage -O0
8 XLIB = -lgcov
9endif
10
6lib_LTLIBRARIES = \ 11lib_LTLIBRARIES = \
7 libextractor_common.la 12 libextractor_common.la
8 13