- fix super-fast (< 20ms) retransmission behavior when the RTT is smaller than the...
[oweals/gnunet.git] / contrib / Makefile.am
index e32ab0e28f8de5a6a2200212c2cc935b8cb6bde9..db9e6d74773be81047822d4b1be1cbec1411b36d 100644 (file)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
 
 tap32dir = $(pkgdatadir)/openvpn-tap32/tapw32/
 
@@ -26,7 +26,6 @@ bin_SCRIPTS = \
 
 dist_pkgdata_DATA = \
  gnunet-logo-color.png \
- testing_hostkeys.dat \
  testing_hostkeys.ecc
 
 if MINGW
@@ -77,13 +76,15 @@ do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
 check_PROGRAMS = \
  test_gnunet_prefix
 
+if ENABLE_TEST_RUN
 TESTS = $(check_PROGRAMS)
+endif
 
 test_gnunet_prefix_SOURCES = \
  test_gnunet_prefix.c
 
 test_gnunet_prefix_CPPFLAGS = \
-  $(LTDLINCL)
+  $(LTDLINCL) $(AM_CPPFLAGS)
 
 test_gnunet_prefix_LDADD = \
   $(GCLIBADD) $(WINLIB) \