aboutsummaryrefslogtreecommitdiff
path: root/src/regex/Makefile.am
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-02-12 15:01:21 +0000
committerBart Polot <bart@net.in.tum.de>2013-02-12 15:01:21 +0000
commit458349a5fedd8cd8efece9756ddf9eecbaf60501 (patch)
treedf787f201a5ead67ed7eab47af68d45de3aec197 /src/regex/Makefile.am
parenta0e7a98ec923164fb1e47d6a8302b0a2bdb41133 (diff)
downloadgnunet-458349a5fedd8cd8efece9756ddf9eecbaf60501.tar.gz
gnunet-458349a5fedd8cd8efece9756ddf9eecbaf60501.zip
- start the announcing daemon AFTER the testbed connect phase
Diffstat (limited to 'src/regex/Makefile.am')
-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 1203897ba..e526b9977 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -98,11 +98,13 @@ gnunet_regex_profiler_SOURCES = \
98 gnunet-regex-profiler.c 98 gnunet-regex-profiler.c
99gnunet_regex_profiler_LDADD = \ 99gnunet_regex_profiler_LDADD = \
100 $(top_builddir)/src/util/libgnunetutil.la \ 100 $(top_builddir)/src/util/libgnunetutil.la \
101 $(top_builddir)/src/arm/libgnunetarm.la \
101 $(top_builddir)/src/dht/libgnunetdht.la \ 102 $(top_builddir)/src/dht/libgnunetdht.la \
102 $(top_builddir)/src/testbed/libgnunettestbed.la \ 103 $(top_builddir)/src/testbed/libgnunettestbed.la \
103 $(top_builddir)/src/regex/libgnunetregex.la \ 104 $(top_builddir)/src/regex/libgnunetregex.la \
104 $(top_builddir)/src/statistics/libgnunetstatistics.la 105 $(top_builddir)/src/statistics/libgnunetstatistics.la
105gnunet_regex_profiler_DEPENDENCIES = \ 106gnunet_regex_profiler_DEPENDENCIES = \
107 $(top_builddir)/src/arm/libgnunetarm.la \
106 $(top_builddir)/src/dht/libgnunetdht.la \ 108 $(top_builddir)/src/dht/libgnunetdht.la \
107 libgnunetregex.la 109 libgnunetregex.la
108 110