X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fnse%2FMakefile.am;h=ebff9d2511052536d8caf5641b8679853902c8ec;hb=80d2de6cdc4d253c7fbc6a4bc067d856aab9cca9;hp=460498d79d2b9b67575bfcd61716a7c04694497b;hpb=c7c3972d37a799ffbebd8f307f1942646be5ebad;p=oweals%2Fgnunet.git diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am index 460498d79..ebff9d251 100644 --- a/src/nse/Makefile.am +++ b/src/nse/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW @@ -19,13 +20,10 @@ pkgcfg_DATA = \ bin_PROGRAMS = gnunet-nse gnunet_nse_SOURCES = gnunet-nse.c -gnunet_nse_LDFLAGS = \ +gnunet_nse_LDADD = \ libgnunetnse.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(XLIB) $(GN_LIBINTL) -gnunet_nse_DEPENDENCIES = \ - libgnunetnse.la \ - $(top_builddir)/src/util/libgnunetutil.la lib_LTLIBRARIES = libgnunetnse.la @@ -50,31 +48,25 @@ endif gnunet_nse_profiler_SOURCES = \ gnunet-nse-profiler.c gnunet_nse_profiler_LDADD = -lm \ - $(top_builddir)/src/nse/libgnunetnse.la \ + libgnunetnse.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/testbed/libgnunettestbed.la \ $(GN_LIBINTL) -gnunet_nse_profiler_DEPENDENCIES = \ - libgnunetnse.la gnunet_service_nse_SOURCES = \ gnunet-service-nse.c gnunet_service_nse_LDADD = \ - $(top_builddir)/src/nse/libgnunetnse.la \ + libgnunetnse.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(LIBGCRYPT_LIBS) \ -lm -lgcrypt \ $(GN_LIBINTL) -gnunet_service_nse_DEPENDENCIES = \ - libgnunetnse.la if ENABLE_NSE_HISTOGRAM gnunet_service_nse_LDADD += \ $(top_builddir)/src/testbed/libgnunettestbedlogger.la - gnunet_service_nse_DEPENDENCIES += \ - $(top_builddir)/src/testbed/libgnunettestbedlogger.la endif @@ -97,14 +89,14 @@ endif test_nse_api_SOURCES = \ test_nse_api.c test_nse_api_LDADD = \ - $(top_builddir)/src/nse/libgnunetnse.la \ + libgnunetnse.la \ $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la test_nse_multipeer_SOURCES = \ test_nse_multipeer.c test_nse_multipeer_LDADD = \ - $(top_builddir)/src/nse/libgnunetnse.la \ + libgnunetnse.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testbed/libgnunettestbed.la \ -lm