From 6e3599bab213760c66f13f6103ebf650bbe5b7e9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 8 Jul 2016 16:34:31 +0000 Subject: migrate transport_core API to MQ --- src/transport/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/transport/Makefile.am') diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 3a1170c10..48793bd87 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -163,10 +163,12 @@ libgnunettransporttesting_la_LDFLAGS = \ libgnunettransport_la_SOURCES = \ transport_api.c transport.h \ - transport_api_blacklist.c \ transport_api_address_to_string.c \ + transport_api_blacklist.c \ + transport_api_get_hello.c \ transport_api_monitor_peers.c \ - transport_api_monitor_plugins.c + transport_api_monitor_plugins.c \ + transport_api_offer_hello.c libgnunettransport_la_LIBADD = \ $(top_builddir)/src/hello/libgnunethello.la \ -- cgit v1.2.3