aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-01-18 04:51:04 +0000
committerLRN <lrn1986@gmail.com>2013-01-18 04:51:04 +0000
commitebe2770d84d53e3d92fd231b87a5c24d7d733688 (patch)
treeaa6dd90d983d5b0ab99ed6ffd4d754ccd60a1400 /src
parent067addb72efa8194ce1aac227a3581ef6aa85b02 (diff)
downloadgnunet-ebe2770d84d53e3d92fd231b87a5c24d7d733688.tar.gz
gnunet-ebe2770d84d53e3d92fd231b87a5c24d7d733688.zip
Fix regex dependencies
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 = \