From 47431a0d4a7805e937d9b56c005ab5a74ca319f0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 23 Dec 2011 13:23:40 +0000 Subject: [PATCH] -fix linkage --- src/transport/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 8418c92a2..53dba8dbe 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -125,6 +125,7 @@ gnunet_transport_SOURCES = \ gnunet_transport_LDADD = \ $(top_builddir)/src/transport/libgnunettransport.la \ $(top_builddir)/src/nat/libgnunetnat.la \ + $(top_builddir)/src/hello/libgnunethello.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) gnunet_transport_DEPENDENCIES = \ -- 2.25.1