aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/Makefile.am
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/statistics/Makefile.am
parentc72852ac6e78c7849af544731b4e79b774c9371a (diff)
downloadgnunet-536ef750a7c2e884f4b2377d19ee6b293787be54.tar.gz
gnunet-536ef750a7c2e884f4b2377d19ee6b293787be54.zip
bld fixes
Diffstat (limited to 'src/statistics/Makefile.am')
-rw-r--r--src/statistics/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/statistics/Makefile.am b/src/statistics/Makefile.am
index 2ae254cbf..9bc4327af 100644
--- a/src/statistics/Makefile.am
+++ b/src/statistics/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
@@ -15,7 +16,7 @@ libgnunetstatistics_la_SOURCES = \
15 statistics_api.c statistics.h 16 statistics_api.c statistics.h
16libgnunetstatistics_la_LIBADD = \ 17libgnunetstatistics_la_LIBADD = \
17 $(top_builddir)/src/util/libgnunetutil.la \ 18 $(top_builddir)/src/util/libgnunetutil.la \
18 $(GN_LIBINTL) 19 $(GN_LIBINTL) $(XLIB)
19libgnunetstatistics_la_LDFLAGS = \ 20libgnunetstatistics_la_LDFLAGS = \
20 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 21 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
21 -version-info 0:0:0 22 -version-info 0:0:0