- cancel SYNACK retry task when forced to SYNACK by an incoming SYN
[oweals/gnunet.git] / src / mesh / Makefile.am
index a2bb0135bcb287e84c0a88ed51fdbc3e2b54c3fa..1406c54ff3df2f67d185ac13ac7a9810d1b4370f 100644 (file)
@@ -84,6 +84,7 @@ endif
 
 if HAVE_TESTING
  noinst_LIBRARIES = libgnunetmeshtest.a $(noinst_LIB_EXP)
+ noinst_PROGRAMS = gnunet-mesh-profiler
 endif
 
 libgnunetmeshtest_a_SOURCES = \
@@ -117,12 +118,18 @@ ld_mesh_test_lib = \
   $(top_builddir)/src/testbed/libgnunettestbed.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la
 
-
 dep_mesh_test_lib = \
   libgnunetmesh.la \
   libgnunetmeshtest.a \
   $(top_builddir)/src/statistics/libgnunetstatistics.la
 
+
+gnunet_mesh_profiler_SOURCES = \
+  gnunet-mesh-profiler.c
+gnunet_mesh_profiler_LDADD = $(ld_mesh_test_lib)
+gnunet_mesh_profiler_DEPENDENCIES = $(dep_mesh_test_lib)
+
+
 test_mesh_single_SOURCES = \
   test_mesh_single.c
 test_mesh_single_LDADD = $(ld_mesh_test_lib)