aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regex/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 3fb4e25226..ae16ed87a0 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -98,10 +98,12 @@ gnunet_regex_profiler_SOURCES = \
gnunet-regex-profiler.c
gnunet_regex_profiler_LDADD = \
$(top_builddir)/src/util/libgnunetutil.la \
+ $(top_builddir)/src/dht/libgnunetdht.la \
$(top_builddir)/src/testbed/libgnunettestbed.la \
$(top_builddir)/src/regex/libgnunetregex.la \
$(top_builddir)/src/statistics/libgnunetstatistics.la
gnunet_regex_profiler_DEPENDENCIES = \
+ $(top_builddir)/src/dht/libgnunetdht.la \
libgnunetregex.la
gnunet_daemon_regexprofiler_SOURCES = \