aboutsummaryrefslogtreecommitdiff
path: root/src/regex/Makefile.am
diff options
context:
space:
mode:
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 3fb4e2522..ae16ed87a 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -98,10 +98,12 @@ 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/dht/libgnunetdht.la \
101 $(top_builddir)/src/testbed/libgnunettestbed.la \ 102 $(top_builddir)/src/testbed/libgnunettestbed.la \
102 $(top_builddir)/src/regex/libgnunetregex.la \ 103 $(top_builddir)/src/regex/libgnunetregex.la \
103 $(top_builddir)/src/statistics/libgnunetstatistics.la 104 $(top_builddir)/src/statistics/libgnunetstatistics.la
104gnunet_regex_profiler_DEPENDENCIES = \ 105gnunet_regex_profiler_DEPENDENCIES = \
106 $(top_builddir)/src/dht/libgnunetdht.la \
105 libgnunetregex.la 107 libgnunetregex.la
106 108
107gnunet_daemon_regexprofiler_SOURCES = \ 109gnunet_daemon_regexprofiler_SOURCES = \