aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-02-13 11:57:40 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-02-13 11:57:40 +0000
commitf89a942814ab1eb72334dafb80120ee146e42783 (patch)
treee30ffca8c2f9dea385cc9892dee44378bcd4a077 /src/transport/Makefile.am
parent7eaa96c073b94a0f0d0968c578d493db75a0e020 (diff)
downloadgnunet-f89a942814ab1eb72334dafb80120ee146e42783.tar.gz
gnunet-f89a942814ab1eb72334dafb80120ee146e42783.zip
adding rewritten udp plugin
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 \