aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regex/Makefile.am7
-rw-r--r--src/regex/regex_block_lib.h1
2 files changed, 5 insertions, 3 deletions
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 = \
33# todo: link files from libgnunetregex statically into gnunet_service_regex, 33# todo: link files from libgnunetregex statically into gnunet_service_regex,
34# rename API prefix to avoid collision with 'libgnunetregexnew'... 34# rename API prefix to avoid collision with 'libgnunetregexnew'...
35 35
36# FIXME: shouldn't the block library be in the plugin directory!? 36
37lib_LTLIBRARIES = libgnunetregexblock.la \ 37lib_LTLIBRARIES = \
38 libgnunetregexblock.la \
38 libgnunetregex.la \ 39 libgnunetregex.la \
39 libgnunetregexnew.la 40 libgnunetregexnew.la
40 41
@@ -92,7 +93,7 @@ libgnunet_plugin_block_regex_la_DEPENDENCIES = \
92 93
93if HAVE_MYSQL 94if HAVE_MYSQL
94noinst_mysql_progs = \ 95noinst_mysql_progs = \
95gnunet-regex-simulation-profiler 96 gnunet-regex-simulation-profiler
96 97
97gnunet_regex_simulation_profiler_SOURCES = \ 98gnunet_regex_simulation_profiler_SOURCES = \
98 gnunet-regex-simulation-profiler.c 99 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 @@
21/** 21/**
22 * @author Bartlomiej Polot 22 * @author Bartlomiej Polot
23 * @file regex/regex_block_lib.h 23 * @file regex/regex_block_lib.h
24 * @brief common function to manipulate blocks stored by regex in the DHT
24 */ 25 */
25 26
26#ifndef REGEX_BLOCK_LIB_H_ 27#ifndef REGEX_BLOCK_LIB_H_