aboutsummaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 4dba41b69..4c600c4fe 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -5,7 +5,8 @@ if MINGW
5endif 5endif
6 6
7if USE_COVERAGE 7if USE_COVERAGE
8 AM_CFLAGS = -fprofile-arcs -ftest-coverage 8 AM_CFLAGS = --coverage -O0
9 XLIB = -lgcov
9endif 10endif
10 11
11 12
@@ -17,7 +18,7 @@ libgnunetcore_la_SOURCES = \
17libgnunetcore_la_LIBADD = \ 18libgnunetcore_la_LIBADD = \
18 $(top_builddir)/src/arm/libgnunetarm.la \ 19 $(top_builddir)/src/arm/libgnunetarm.la \
19 $(top_builddir)/src/util/libgnunetutil.la \ 20 $(top_builddir)/src/util/libgnunetutil.la \
20 $(GN_LIBINTL) 21 $(GN_LIBINTL) $(XLIB)
21libgnunetcore_la_LDFLAGS = \ 22libgnunetcore_la_LDFLAGS = \
22 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 23 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
23 -version-info 0:0:0 24 -version-info 0:0:0