From 43b524dbd4acad61c41adb9c4e1a5c0394596992 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 21 May 2013 11:51:29 +0000 Subject: - use lib --- src/regex/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/regex/Makefile.am') diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am index e526b9977..4900e5e91 100644 --- a/src/regex/Makefile.am +++ b/src/regex/Makefile.am @@ -102,11 +102,14 @@ gnunet_regex_profiler_LDADD = \ $(top_builddir)/src/dht/libgnunetdht.la \ $(top_builddir)/src/testbed/libgnunettestbed.la \ $(top_builddir)/src/regex/libgnunetregex.la \ + $(top_builddir)/src/regex/libgnunetregextest.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 + libgnunetregex.la \ + libgnunetregextest.la + gnunet_daemon_regexprofiler_SOURCES = \ gnunet-daemon-regexprofiler.c @@ -114,9 +117,11 @@ gnunet_daemon_regexprofiler_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/dht/libgnunetdht.la \ $(top_builddir)/src/regex/libgnunetregex.la \ + $(top_builddir)/src/regex/libgnunetregextest.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la gnunet_daemon_regexprofiler_DEPENDENCIES = \ $(top_builddir)/src/dht/libgnunetdht.la \ + libgnunetregextest.la \ libgnunetregex.la -- cgit v1.2.3