diff options
author | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-01-25 09:27:45 +0000 |
---|---|---|
committer | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-01-25 09:27:45 +0000 |
commit | f1ec43e5638d0a91453dc1a334a1a5f66bbfd838 (patch) | |
tree | 7e9f40d084ffa2390e5b018e8714b931078ffbb0 | |
parent | c6735c58801219b9d165ed7cfd8a56c9ab52687e (diff) |
- fix compile error
git-svn-id: https://gnunet.org/svn/gnunet@25890 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r-- | src/regex/Makefile.am | 2 |
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 = \ |