-fix fix
[oweals/gnunet.git] / src / mesh / Makefile.am
index 33abb6b624a81fb336f936b2f9f9e561361e84ac..cf008d43b1de9d257bbd60f41f697feca5f15e12 100644 (file)
@@ -115,7 +115,8 @@ endif
 
 
 noinst_PROGRAMS = \
-gnunet-regex-profiler
+  gnunet-regex-profiler \
+  gnunet-service-regexprofiler
 
 gnunet_regex_profiler_SOURCES = \
   gnunet-regex-profiler.c
@@ -128,6 +129,15 @@ gnunet_regex_profiler_LDADD = \
 gnunet_regex_profiler_DEPENDENCIES = \
   libgnunetmesh.la
 
+gnunet_service_regexprofiler_SOURCES = \
+  gnunet-service-regexprofiler.c
+gnunet_service_regexprofiler_LDADD = \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(top_builddir)/src/mesh/libgnunetmesh.la \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la
+gnunet_service_regexprofiler_DEPENDENCIES = \
+  libgnunetmesh.la
+
 check_PROGRAMS = \
  test_mesh_api \
  test_mesh_tree_api \
@@ -330,6 +340,4 @@ endif
 EXTRA_DIST = \
   test_mesh.conf \
   test_mesh_2dtorus.conf \
-  test_mesh_small.conf \
-  regex_profiler_test.conf
-
+  test_mesh_small.conf