X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftestbed%2FMakefile.am;h=62b49af78649cc3498d971273eac170ae4e22911;hb=dfcab34c5af80c0068299bacb16ffc461bf3c1ad;hp=94c9082950f9b49bf1bcaec28f2fb5d2dc11c28f;hpb=14848b88f7b0d6f0f35ae8d89304062a96fe03cc;p=oweals%2Fgnunet.git diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am index 94c908295..62b49af78 100644 --- a/src/testbed/Makefile.am +++ b/src/testbed/Makefile.am @@ -1,10 +1,6 @@ # This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include -if MINGW - WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -endif - if USE_COVERAGE AM_CFLAGS = --coverage -O0 XLIB = -lgcov @@ -45,7 +41,7 @@ gnunet_service_testbed_SOURCES = \ gnunet-service-testbed_oc.c \ gnunet-service-testbed_cpustatus.c \ gnunet-service-testbed_meminfo.c gnunet-service-testbed_meminfo.h \ - gnunet-service-testbed_barriers.c \ + gnunet-service-testbed_barriers.c gnunet-service-testbed_barriers.h \ gnunet-service-testbed_connectionpool.c gnunet-service-testbed_connectionpool.h gnunet_service_testbed_LDADD = $(XLIB) \ $(top_builddir)/src/util/libgnunetutil.la \ @@ -63,6 +59,8 @@ gnunet_testbed_profiler_SOURCES = \ gnunet_testbed_profiler_LDADD = $(XLIB) \ $(top_builddir)/src/util/libgnunetutil.la \ libgnunettestbed.la +gnunet_testbed_profiler_LDFLAGS = \ + $(GN_LIBINTL) gnunet_helper_testbed_SOURCES = \ gnunet-helper-testbed.c @@ -104,13 +102,12 @@ libgnunettestbed_la_SOURCES = \ testbed_api_test.c \ testbed_api_topology.c testbed_api_topology.h \ testbed_api_sd.c testbed_api_sd.h \ - testbed_api_barriers.c + testbed_api_barriers.c libgnunettestbed_la_LIBADD = $(XLIB) \ - $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/transport/libgnunettransport.la \ $(top_builddir)/src/hello/libgnunethello.la \ - -lm \ + -lm $(Z_LIBS) \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testing/libgnunettesting.la \ $(LTLIBINTL)