From 8b755173de77add8e4edfe7b7c84d6f17ed9f47a Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 25 Jan 2013 09:27:45 +0000 Subject: - fix compile error --- src/regex/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/regex/Makefile.am') diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am index 3fb4e2522..ae16ed87a 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 = \ -- cgit v1.2.3