aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-08 16:34:31 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-08 16:34:31 +0000
commit6e3599bab213760c66f13f6103ebf650bbe5b7e9 (patch)
treef56a0bbe3ce64c818c87bae6171ba800ab05b701 /src/transport/Makefile.am
parent2c0a286c8c29e135c68556658b6ac6cef48a874a (diff)
downloadgnunet-6e3599bab213760c66f13f6103ebf650bbe5b7e9.tar.gz
gnunet-6e3599bab213760c66f13f6103ebf650bbe5b7e9.zip
migrate transport_core API to MQ
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am6
1 files changed, 4 insertions, 2 deletions
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 = \
163 163
164libgnunettransport_la_SOURCES = \ 164libgnunettransport_la_SOURCES = \
165 transport_api.c transport.h \ 165 transport_api.c transport.h \
166 transport_api_blacklist.c \
167 transport_api_address_to_string.c \ 166 transport_api_address_to_string.c \
167 transport_api_blacklist.c \
168 transport_api_get_hello.c \
168 transport_api_monitor_peers.c \ 169 transport_api_monitor_peers.c \
169 transport_api_monitor_plugins.c 170 transport_api_monitor_plugins.c \
171 transport_api_offer_hello.c
170 172
171libgnunettransport_la_LIBADD = \ 173libgnunettransport_la_LIBADD = \
172 $(top_builddir)/src/hello/libgnunethello.la \ 174 $(top_builddir)/src/hello/libgnunethello.la \