summaryrefslogtreecommitdiff
path: root/src/regex/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-31 17:54:35 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-31 17:54:35 +0000
commit125084dff086cbb6920a39ac342fba19450f0161 (patch)
tree2f35db9582e86e37e1ed6bf805a88bc4102fd976 /src/regex/Makefile.am
parenta310c0beee76349ea55f314a7b9736ed9a7a1448 (diff)
downloadgnunet-125084dff086cbb6920a39ac342fba19450f0161.tar.gz
gnunet-125084dff086cbb6920a39ac342fba19450f0161.zip
-fix
Diffstat (limited to 'src/regex/Makefile.am')
-rw-r--r--src/regex/Makefile.am7
1 files changed, 4 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