aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-06-15 02:32:01 +0000
committerChristian Grothoff <christian@grothoff.org>2009-06-15 02:32:01 +0000
commit536ef750a7c2e884f4b2377d19ee6b293787be54 (patch)
treed0095d985845a645a10c62c73745c8b731903cb4 /src/peerinfo
parentc72852ac6e78c7849af544731b4e79b774c9371a (diff)
downloadgnunet-536ef750a7c2e884f4b2377d19ee6b293787be54.tar.gz
gnunet-536ef750a7c2e884f4b2377d19ee6b293787be54.zip
bld fixes
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/Makefile.am6
1 files changed, 4 insertions, 2 deletions
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
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
11lib_LTLIBRARIES = libgnunetpeerinfo.la 12lib_LTLIBRARIES = libgnunetpeerinfo.la
@@ -14,7 +15,8 @@ libgnunetpeerinfo_la_SOURCES = \
14 peerinfo_api.c peerinfo.h 15 peerinfo_api.c peerinfo.h
15libgnunetpeerinfo_la_LIBADD = \ 16libgnunetpeerinfo_la_LIBADD = \
16 $(top_builddir)/src/hello/libgnunethello.la \ 17 $(top_builddir)/src/hello/libgnunethello.la \
17 $(top_builddir)/src/util/libgnunetutil.la 18 $(top_builddir)/src/util/libgnunetutil.la \
19 $(XLIB)
18libgnunetpeerinfo_la_LDFLAGS = \ 20libgnunetpeerinfo_la_LDFLAGS = \
19 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 21 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
20 -version-info 0:0:0 22 -version-info 0:0:0