gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32288 - gnunet/src/ats-tests


From: gnunet
Subject: [GNUnet-SVN] r32288 - gnunet/src/ats-tests
Date: Tue, 11 Feb 2014 03:32:08 +0100

Author: LRN
Date: 2014-02-11 03:32:08 +0100 (Tue, 11 Feb 2014)
New Revision: 32288

Modified:
   gnunet/src/ats-tests/Makefile.am
Log:
Change dependencies and linking for ats-tests

Modified: gnunet/src/ats-tests/Makefile.am
===================================================================
--- gnunet/src/ats-tests/Makefile.am    2014-02-11 01:37:02 UTC (rev 32287)
+++ gnunet/src/ats-tests/Makefile.am    2014-02-11 02:32:08 UTC (rev 32288)
@@ -56,13 +56,12 @@
   ats-testing.c ats-testing-log.c ats-testing-traffic.c \
   ats-testing-experiment.c ats-testing-preferences.c
 libgnunetatstesting_la_LIBADD = \
-  $(top_builddir)/src/transport/libgnunettransport.la \
-  $(top_builddir)/src/hello/libgnunethello.la \
-  $(top_builddir)/src/util/libgnunetutil.la \
-  $(top_builddir)/src/testing/libgnunettesting.la \
+  $(top_builddir)/src/testbed/libgnunettestbed.la \
+  $(top_builddir)/src/ats/libgnunetats.la \
   $(GN_LIBINTL)
 libgnunetatstesting_la_DEPENDENCIES = \
-  libgnunettransport.la
+  $(top_builddir)/src/testbed/libgnunettestbed.la \
+  $(top_builddir)/src/ats/libgnunetats.la
 libgnunetatstesting_la_LDFLAGS = \
  $(GN_LIB_LDFLAGS)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]