api changes
[oweals/gnunet.git] / src / integration-tests / Makefile.am
index 8adbf2bcd60e385218dd9b4b2d62fde08a5459f9..633dc25de69c518ac8e9e6d84c6feb4316d2ab88 100644 (file)
@@ -9,10 +9,13 @@ if USE_COVERAGE
   XLIB = -lgcov
 endif
 
-bin_PROGRAMS =
+#bin_PROGRAMS = \
+# connection_watchdog
 
 check_PROGRAMS =
 
+noinst_PROGRAMS = connection_watchdog
+
 noinst_SCRIPTS = \
  gnunet_testing.py \
  gnunet_pyexpect.py \
@@ -38,6 +41,14 @@ TESTS = \
  $(check_SCRIPTS)  
 endif
 
+connection_watchdog_SOURCE = \
+ connection_watchdog.c      
+connection_watchdog_LDADD = \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
+  $(top_builddir)/src/core/libgnunetcore.la \
+  $(top_builddir)/src/transport/libgnunettransport.la \
+  $(top_builddir)/src/util/libgnunetutil.la
+
 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
 
 %.py: %.py.in Makefile
@@ -122,6 +133,8 @@ EXTRA_DIST = \
    confs/c_normal_client_tcp.conf \
    confs/c_normal_client_tcp_udp.conf \
    confs/c_normal_client_tcp_udp_http.conf \
+   c_no_nat_client_http.conf \
+   c_no_nat_client_http_2.conf \
    hostkeys/0000-hostkey \
    hostkeys/0001-hostkey \
    hostkeys/0002-hostkey \