-fix
authorChristian Grothoff <christian@grothoff.org>
Fri, 31 May 2013 17:54:35 +0000 (17:54 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 31 May 2013 17:54:35 +0000 (17:54 +0000)
src/regex/Makefile.am
src/regex/regex_block_lib.h

index f57b786117799897ce9f25a22e2f41230d3bf71a..cbd66fa1d93882e860171b124b3d4e3f5748cc85 100644 (file)
@@ -33,8 +33,9 @@ gnunet_service_regex_DEPENDENCIES = \
 # todo: link files from libgnunetregex statically into gnunet_service_regex,
 # rename API prefix to avoid collision with 'libgnunetregexnew'...
 
-# FIXME: shouldn't the block library be in the plugin directory!?
-lib_LTLIBRARIES = libgnunetregexblock.la \
+
+lib_LTLIBRARIES = \
+  libgnunetregexblock.la \
   libgnunetregex.la \
   libgnunetregexnew.la
 
@@ -92,7 +93,7 @@ libgnunet_plugin_block_regex_la_DEPENDENCIES = \
 
 if HAVE_MYSQL
 noinst_mysql_progs = \
-gnunet-regex-simulation-profiler
+  gnunet-regex-simulation-profiler
 
 gnunet_regex_simulation_profiler_SOURCES = \
   gnunet-regex-simulation-profiler.c
index ca7a2ee229087ce862ad38c5d729ab742d1ff82f..e68f34bdacca1c9007d90394578d5d8795ae8c89 100644 (file)
@@ -21,6 +21,7 @@
 /**
  * @author Bartlomiej Polot
  * @file regex/regex_block_lib.h
+ * @brief common function to manipulate blocks stored by regex in the DHT
  */
 
 #ifndef REGEX_BLOCK_LIB_H_