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.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 \