aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/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/hostlist/Makefile.am
parentc72852ac6e78c7849af544731b4e79b774c9371a (diff)
downloadgnunet-536ef750a7c2e884f4b2377d19ee6b293787be54.tar.gz
gnunet-536ef750a7c2e884f4b2377d19ee6b293787be54.zip
bld fixes
Diffstat (limited to 'src/hostlist/Makefile.am')
-rw-r--r--src/hostlist/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index 911c086ac..c1398891c 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -1,7 +1,7 @@
1INCLUDES = -I$(top_srcdir)/src/include 1INCLUDES = -I$(top_srcdir)/src/include
2 2
3if USE_COVERAGE 3if USE_COVERAGE
4 AM_CFLAGS = -fprofile-arcs -ftest-coverage 4 AM_CFLAGS = --coverage -O0
5endif 5endif
6 6
7 7