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.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 2fe7d8416..988e2fed7 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -187,7 +187,8 @@ libgnunet_plugin_transport_wlan_la_LDFLAGS = \
187 $(GN_PLUGIN_LDFLAGS) 187 $(GN_PLUGIN_LDFLAGS)
188 188
189libgnunet_plugin_transport_udp_la_SOURCES = \ 189libgnunet_plugin_transport_udp_la_SOURCES = \
190 plugin_transport_udp.c 190 plugin_transport_udp.c \
191 plugin_transport_udp_broadcasting.c
191libgnunet_plugin_transport_udp_la_LIBADD = \ 192libgnunet_plugin_transport_udp_la_LIBADD = \
192 $(top_builddir)/src/hello/libgnunethello.la \ 193 $(top_builddir)/src/hello/libgnunethello.la \
193 $(top_builddir)/src/fragmentation/libgnunetfragmentation.la \ 194 $(top_builddir)/src/fragmentation/libgnunetfragmentation.la \