-fix fix
[oweals/gnunet.git] / src / mesh / Makefile.am
index 5715826c80423b10e165388fc752c842b911083e..cf008d43b1de9d257bbd60f41f697feca5f15e12 100644 (file)
@@ -61,7 +61,7 @@ libgnunetmeshblock_la_LIBADD = \
   $(LTLIBINTL)
 libgnunetmeshblock_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS) $(WINFLAGS) \
-  -version-info 1:0:0
+  -version-info 2:0:0
 
 gnunet_service_mesh_SOURCES = \
  gnunet-service-mesh.c \
@@ -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,5 +340,4 @@ endif
 EXTRA_DIST = \
   test_mesh.conf \
   test_mesh_2dtorus.conf \
-  test_mesh_small.conf \
-  test_mesh_path.conf
+  test_mesh_small.conf