-fixing link order
authorChristian Grothoff <christian@grothoff.org>
Thu, 20 Jun 2013 15:12:56 +0000 (15:12 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 20 Jun 2013 15:12:56 +0000 (15:12 +0000)
src/regex/Makefile.am

index 79cc41bbe328ca9a00d93c099042ec2dffd66051..0c45eeb8f1febe27fc95cb294a39b4d363100bbb 100644 (file)
@@ -116,10 +116,10 @@ noinst_PROGRAMS = $(noinst_mysql_progs) \
 perf_regex_SOURCES = \
   perf-regex.c
 perf_regex_LDADD = -lm \
-  $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/regex/libgnunetregex_internal.a \
   $(top_builddir)/src/regex/libgnunetregexblock.la \
-  $(top_builddir)/src/regex/libgnunetregextest.a
+  $(top_builddir)/src/regex/libgnunetregextest.a \
+  $(top_builddir)/src/util/libgnunetutil.la 
 perf_regex_DEPENDENCIES = \
   libgnunetregex_internal.a \
   libgnunetregextest.a
@@ -127,14 +127,14 @@ perf_regex_DEPENDENCIES = \
 gnunet_regex_profiler_SOURCES = \
   gnunet-regex-profiler.c
 gnunet_regex_profiler_LDADD = -lm \
-  $(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_internal.a \
   $(top_builddir)/src/regex/libgnunetregexblock.la \
   $(top_builddir)/src/regex/libgnunetregextest.a \
-  $(top_builddir)/src/statistics/libgnunetstatistics.la
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
+  $(top_builddir)/src/util/libgnunetutil.la 
 gnunet_regex_profiler_DEPENDENCIES = \
   $(top_builddir)/src/arm/libgnunetarm.la \
   $(top_builddir)/src/dht/libgnunetdht.la \
@@ -145,12 +145,12 @@ gnunet_regex_profiler_DEPENDENCIES = \
 gnunet_daemon_regexprofiler_SOURCES = \
   gnunet-daemon-regexprofiler.c
 gnunet_daemon_regexprofiler_LDADD = -lm \
-  $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/dht/libgnunetdht.la \
   $(top_builddir)/src/regex/libgnunetregex_internal.a \
   $(top_builddir)/src/regex/libgnunetregexblock.la \
   $(top_builddir)/src/regex/libgnunetregextest.a \
-  $(top_builddir)/src/statistics/libgnunetstatistics.la
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
+  $(top_builddir)/src/util/libgnunetutil.la 
 gnunet_daemon_regexprofiler_DEPENDENCIES = \
   $(top_builddir)/src/dht/libgnunetdht.la \
   libgnunetregextest.a \