aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-30 16:51:51 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-30 16:51:51 +0000
commitb54a66f94d833dbe98eb0dd9e236a3d7bba3ce20 (patch)
tree7e9231517434bfd97a616a07eecdb932fdc691f8 /src/transport/Makefile.am
parent811dc4cbbbcd87f4856ebd88fa3b777bb5fe1f89 (diff)
downloadgnunet-b54a66f94d833dbe98eb0dd9e236a3d7bba3ce20.tar.gz
gnunet-b54a66f94d833dbe98eb0dd9e236a3d7bba3ce20.zip
implementing new TRANSPORT_hello_get 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 5c12f8e54..6ba7d881b 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_hello_get.c \
174 transport_api_manipulation.c \ 175 transport_api_manipulation.c \
175 transport_api_monitor_peers.c \ 176 transport_api_monitor_peers.c \
176 transport_api_monitor_plugins.c \ 177 transport_api_monitor_plugins.c \