diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-18 01:07:22 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-18 01:07:22 +0200 |
commit | f9dcd84687221a6c0a64fab2ad062d8674cb0a5b (patch) | |
tree | 9cc43f4076799bb843f34c1338034d56521b2f19 | |
parent | a80e4d641c49a2e9bbbf98d89a37251471f428dd (diff) |
-fix linker flags
-rw-r--r-- | contrib/Makefile.inc | 3 | ||||
-rw-r--r-- | src/ats-tests/Makefile.am | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Makefile.inc b/contrib/Makefile.inc index a563ef4a1..c737a07f8 100644 --- a/contrib/Makefile.inc +++ b/contrib/Makefile.inc @@ -8,8 +8,7 @@ BUILDCOMMON_SHLIB_FILES = \ build-common/sh/lib.sh/existence_python.sh \ build-common/sh/lib.sh/msg.sh \ build-common/sh/lib.sh/progname.sh \ - build-common/sh/lib.sh/version_gnunet.sh \ - build-common/LICENSE + build-common/sh/lib.sh/version_gnunet.sh BUILDCOMMON_CONF_FILES = \ build-common/conf/.dir-locals.el \ diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am index cc30f660a..00a312a72 100644 --- a/src/ats-tests/Makefile.am +++ b/src/ats-tests/Makefile.am @@ -41,6 +41,7 @@ libgnunetatstesting_la_SOURCES = \ ats-testing-experiment.c ats-testing-preferences.c libgnunetatstesting_la_LIBADD = \ $(top_builddir)/src/testbed/libgnunettestbed.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/transport/libgnunettransport.la \ |