diff options
author | Bart Polot <bart@net.in.tum.de> | 2013-02-12 15:01:21 +0000 |
---|---|---|
committer | Bart Polot <bart@net.in.tum.de> | 2013-02-12 15:01:21 +0000 |
commit | 458349a5fedd8cd8efece9756ddf9eecbaf60501 (patch) | |
tree | df787f201a5ead67ed7eab47af68d45de3aec197 /src/regex/Makefile.am | |
parent | a0e7a98ec923164fb1e47d6a8302b0a2bdb41133 (diff) |
- start the announcing daemon AFTER the testbed connect phase
Diffstat (limited to 'src/regex/Makefile.am')
-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 1203897bab..e526b9977f 100644 --- a/src/regex/Makefile.am +++ b/src/regex/Makefile.am @@ -98,11 +98,13 @@ gnunet_regex_profiler_SOURCES = \ gnunet-regex-profiler.c gnunet_regex_profiler_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/arm/libgnunetarm.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/arm/libgnunetarm.la \ $(top_builddir)/src/dht/libgnunetdht.la \ libgnunetregex.la |