aboutsummaryrefslogtreecommitdiff
path: root/src/main/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Makefile.am')
-rw-r--r--src/main/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/Makefile.am b/src/main/Makefile.am
index a2de4b4..259038e 100644
--- a/src/main/Makefile.am
+++ b/src/main/Makefile.am
@@ -9,6 +9,11 @@ tmpdir = /tmp/
9LIBS = \ 9LIBS = \
10 @LE_LIBINTL@ @LE_LIB_LIBS@ 10 @LE_LIBINTL@ @LE_LIB_LIBS@
11 11
12if USE_COVERAGE
13 AM_CFLAGS = --coverage -O0
14 XLIB = -lgcov
15endif
16
12lib_LTLIBRARIES = \ 17lib_LTLIBRARIES = \
13 libextractor.la 18 libextractor.la
14 19