From 536ef750a7c2e884f4b2377d19ee6b293787be54 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 15 Jun 2009 02:32:01 +0000 Subject: bld fixes --- src/peerinfo/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/peerinfo/Makefile.am') diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am index 294ff5cca..7512552d0 100644 --- a/src/peerinfo/Makefile.am +++ b/src/peerinfo/Makefile.am @@ -5,7 +5,8 @@ if MINGW endif if USE_COVERAGE - AM_CFLAGS = -fprofile-arcs -ftest-coverage + AM_CFLAGS = --coverage -O0 + XLIB = -lgcov endif lib_LTLIBRARIES = libgnunetpeerinfo.la @@ -14,7 +15,8 @@ libgnunetpeerinfo_la_SOURCES = \ peerinfo_api.c peerinfo.h libgnunetpeerinfo_la_LIBADD = \ $(top_builddir)/src/hello/libgnunethello.la \ - $(top_builddir)/src/util/libgnunetutil.la + $(top_builddir)/src/util/libgnunetutil.la \ + $(XLIB) libgnunetpeerinfo_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ -version-info 0:0:0 -- cgit v1.2.3