aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 87860c202..a612fa4f4 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -39,7 +39,8 @@ gnunet_transport_LDADD = \
39 $(GN_LIBINTL) 39 $(GN_LIBINTL)
40 40
41gnunet_service_transport_SOURCES = \ 41gnunet_service_transport_SOURCES = \
42 gnunet-service-transport.c plugin_transport.h 42 gnunet-service-transport.c plugin_transport.h \
43 gnunet-service-transport_blacklist.c gnunet-service-transport_blacklist.h
43gnunet_service_transport_LDADD = \ 44gnunet_service_transport_LDADD = \
44 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 45 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
45 $(top_builddir)/src/util/libgnunetutil.la \ 46 $(top_builddir)/src/util/libgnunetutil.la \