diff options
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 |