doxygen fix
[oweals/gnunet.git] / src / integration-tests / Makefile.am
index 8adbf2bcd60e385218dd9b4b2d62fde08a5459f9..68dc5a63ff42186ed29651a2ce3e2d0afd1ad71b 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