From: Christian Grothoff Date: Fri, 31 May 2013 17:54:35 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~8856 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=125084dff086cbb6920a39ac342fba19450f0161;p=oweals%2Fgnunet.git -fix --- diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am index f57b78611..cbd66fa1d 100644 --- a/src/regex/Makefile.am +++ b/src/regex/Makefile.am @@ -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 diff --git a/src/regex/regex_block_lib.h b/src/regex/regex_block_lib.h index ca7a2ee22..e68f34bda 100644 --- a/src/regex/regex_block_lib.h +++ b/src/regex/regex_block_lib.h @@ -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_