diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2020-11-30 19:14:20 +0900 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2020-11-30 19:14:20 +0900 |
commit | ddbb4c740614d988431700bdcbb358de00be6313 (patch) | |
tree | 680d4012f82cde941683c2f58ad1fde99bd37955 /src | |
parent | 172ef59b934c067dd7ec8e72650e196c7ae2a04b (diff) |
-fix link
Diffstat (limited to 'src')
-rw-r--r-- | src/transport/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 605d89cc0..800a27aa2 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -175,6 +175,7 @@ libgnunettransporttesting2_la_LIBADD = \ libgnunettransportapplication.la \ libgnunettransportcore.la \ $(top_builddir)/src/testing/libgnunettesting.la \ + $(top_builddir)/src/ats/libgnunetats.la \ $(top_builddir)/src/hello/libgnunethello.la \ $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ $(top_builddir)/src/util/libgnunetutil.la |