aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-28 12:00:34 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-28 12:00:34 +0000
commite3dca1bf40ac8d8a884c261045ad1e9cade49a15 (patch)
tree9db4cf6a2dcf5716d2d1548cab0d0d9922443c6a /src/peerinfo
parent8f4f36517e4220ca5539008cd19cb3b9a40f6499 (diff)
downloadgnunet-e3dca1bf40ac8d8a884c261045ad1e9cade49a15.tar.gz
gnunet-e3dca1bf40ac8d8a884c261045ad1e9cade49a15.zip
fixes to build
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index a95eafba1..31c7ab92d 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -37,7 +37,9 @@ gnunet_service_peerinfo_LDADD = \
37check_PROGRAMS = \ 37check_PROGRAMS = \
38 test_peerinfo_api 38 test_peerinfo_api
39 39
40TESTS = $(check_PROGRAMS) # $(check_SCRIPTS) 40if !DISABLE_TEST_RUN
41TESTS = $(check_PROGRAMS)
42endif
41 43
42test_peerinfo_api_SOURCES = \ 44test_peerinfo_api_SOURCES = \
43 test_peerinfo_api.c 45 test_peerinfo_api.c