aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regex/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 7d7c84dfe..44654dd7d 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -31,6 +31,8 @@ libgnunetregex_la_LIBADD = -lm \
31 $(top_builddir)/src/dht/libgnunetdht.la \ 31 $(top_builddir)/src/dht/libgnunetdht.la \
32 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 32 $(top_builddir)/src/statistics/libgnunetstatistics.la \
33 $(top_builddir)/src/regex/libgnunetregexblock.la 33 $(top_builddir)/src/regex/libgnunetregexblock.la
34libgnunetregex_la_DEPENDENCIES = \
35 libgnunetregexblock.la
34libgnunetregex_la_LDFLAGS = \ 36libgnunetregex_la_LDFLAGS = \
35 $(GN_LIB_LDFLAGS) \ 37 $(GN_LIB_LDFLAGS) \
36 -version-info 1:1:0 38 -version-info 1:1:0
@@ -50,10 +52,7 @@ libgnunet_plugin_block_regex_la_LIBADD = \
50libgnunet_plugin_block_regex_la_LDFLAGS = \ 52libgnunet_plugin_block_regex_la_LDFLAGS = \
51 $(GN_PLUGIN_LDFLAGS) 53 $(GN_PLUGIN_LDFLAGS)
52libgnunet_plugin_block_regex_la_DEPENDENCIES = \ 54libgnunet_plugin_block_regex_la_DEPENDENCIES = \
53 $(top_builddir)/src/regex/libgnunetregexblock.la \ 55 libgnunetregexblock.la
54 $(top_builddir)/src/block/libgnunetblock.la \
55 $(top_builddir)/src/util/libgnunetutil.la
56
57 56
58if HAVE_MYSQL 57if HAVE_MYSQL
59noinst_mysql_progs = \ 58noinst_mysql_progs = \