aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-25 00:30:00 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-25 00:30:00 +0000
commitd0701eb6315fc3f5aca74415bbf0ff7418409f87 (patch)
treefcacb97bbcca542ce9493001c825fd265cb8a801 /src/transport/Makefile.am
parent9bfb8bff3fd253407530c76c7590b33bacf033f1 (diff)
downloadgnunet-d0701eb6315fc3f5aca74415bbf0ff7418409f87.tar.gz
gnunet-d0701eb6315fc3f5aca74415bbf0ff7418409f87.zip
switching transport tests to new MQ-based transport API
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index b201ab24a..1579602da 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -171,6 +171,7 @@ libgnunettransport_la_SOURCES = \
171 transport_api_blacklist.c \ 171 transport_api_blacklist.c \
172 transport_api_core.c \ 172 transport_api_core.c \
173 transport_api_get_hello.c \ 173 transport_api_get_hello.c \
174 transport_api_manipulation.c \
174 transport_api_monitor_peers.c \ 175 transport_api_monitor_peers.c \
175 transport_api_monitor_plugins.c \ 176 transport_api_monitor_plugins.c \
176 transport_api_offer_hello.c 177 transport_api_offer_hello.c