aboutsummaryrefslogtreecommitdiff
path: root/src/regex/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-20 15:09:00 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-20 15:09:19 +0100
commita3882b58f1c5976677aa65b0af8a48e8e946b06e (patch)
treebd841d8e78052a05821e194d002ca843693fb2c9 /src/regex/Makefile.am
parentf0149c5430f42a8bad422e9c51754af59c7bfa2f (diff)
downloadgnunet-a3882b58f1c5976677aa65b0af8a48e8e946b06e.tar.gz
gnunet-a3882b58f1c5976677aa65b0af8a48e8e946b06e.zip
first half of new BLOCK API to generalize duplicate detection beyond BFs
Diffstat (limited to 'src/regex/Makefile.am')
-rw-r--r--src/regex/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 70f612485..80997db40 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -80,6 +80,7 @@ libgnunet_plugin_block_regex_la_SOURCES = \
80libgnunet_plugin_block_regex_la_LIBADD = \ 80libgnunet_plugin_block_regex_la_LIBADD = \
81 libgnunetregexblock.la \ 81 libgnunetregexblock.la \
82 $(top_builddir)/src/block/libgnunetblock.la \ 82 $(top_builddir)/src/block/libgnunetblock.la \
83 $(top_builddir)/src/block/libgnunetblockgroup.la \
83 $(top_builddir)/src/util/libgnunetutil.la 84 $(top_builddir)/src/util/libgnunetutil.la
84libgnunet_plugin_block_regex_la_LDFLAGS = \ 85libgnunet_plugin_block_regex_la_LDFLAGS = \
85 $(GN_PLUGIN_LDFLAGS) 86 $(GN_PLUGIN_LDFLAGS)