- document string termination
[oweals/gnunet.git] / src / peerinfo / Makefile.am
index 59a0bddc51430416a01964357fae488d04074e2d..457b674b3917f7b9cabba1634ebdb7b570f11262 100644 (file)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 pkgcfgdir= $(pkgdatadir)/config.d/
 
@@ -48,12 +48,13 @@ endif
 
 if HAVE_TESTING
 check_PROGRAMS = \
- test_peerinfo_shipped_hellos \
  test_peerinfo_api \
  test_peerinfo_api_friend_only \
  test_peerinfo_api_notify_friend_only \
  $(PEERINFO_BENCHMARKS) 
 endif
+# test_peerinfo_shipped_hellos 
+
 
 if ENABLE_TEST_RUN
 TESTS = $(check_PROGRAMS)