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.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 9824db522..a0595fccb 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -27,7 +27,8 @@ gnunet_regex_profiler_SOURCES = \
27gnunet_regex_profiler_LDADD = \ 27gnunet_regex_profiler_LDADD = \
28 $(top_builddir)/src/regex/libgnunetregex.la \ 28 $(top_builddir)/src/regex/libgnunetregex.la \
29 $(top_builddir)/src/util/libgnunetutil.la \ 29 $(top_builddir)/src/util/libgnunetutil.la \
30 $(top_builddir)/src/testbed/libgnunettestbed.la 30 $(top_builddir)/src/testbed/libgnunettestbed.la \
31 $(top_builddir)/src/mesh/libgnunetmesh.la
31gnunet_regex_profiler_DEPENDENCIES = \ 32gnunet_regex_profiler_DEPENDENCIES = \
32 libgnunetregex.la 33 libgnunetregex.la
33 34