X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftestbed%2FMakefile.am;h=62b49af78649cc3498d971273eac170ae4e22911;hb=dfcab34c5af80c0068299bacb16ffc461bf3c1ad;hp=61cfba2ff8a7c6b675a70afa0fe72f5d331e1d40;hpb=e8aa266d849901eafbfc58ba116e1a39fb15ae02;p=oweals%2Fgnunet.git diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am index 61cfba2ff..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 @@ -106,7 +104,6 @@ libgnunettestbed_la_SOURCES = \ testbed_api_sd.c testbed_api_sd.h \ 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 \