add missing linker option
authorChristian Grothoff <christian@grothoff.org>
Sun, 24 Jun 2018 12:30:45 +0000 (14:30 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sun, 24 Jun 2018 12:30:45 +0000 (14:30 +0200)
src/ats-tests/Makefile.am

index 53b37b5580544844fa93dda09eef142c51e3eeed..c85645b9d7a472877b6720adc2d410de808b0125 100644 (file)
@@ -59,6 +59,7 @@ libgnunetatstesting_la_SOURCES = \
   ats-testing-experiment.c ats-testing-preferences.c
 libgnunetatstesting_la_LIBADD = \
   $(top_builddir)/src/testbed/libgnunettestbed.la \
+  $(top_builddir)/src/core/libgnunetcore.la \
   $(top_builddir)/src/ats/libgnunetats.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)