aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-28 09:40:16 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-28 09:40:16 +0000
commit2627e749b6e1d0acc2a43f33e66a3d2a1be65fac (patch)
treeba34f193e1f8f1411d8dc58ad3117f2eb2df55f2 /src/transport/Makefile.am
parent66c54317d42f5f9bfc21b7b690df8dc754a5c683 (diff)
downloadgnunet-2627e749b6e1d0acc2a43f33e66a3d2a1be65fac.tar.gz
gnunet-2627e749b6e1d0acc2a43f33e66a3d2a1be65fac.zip
-fix
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 80c1055f5..069245080 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -188,7 +188,7 @@ libgnunet_plugin_transport_wlan_la_LDFLAGS = \
188 $(GN_PLUGIN_LDFLAGS) 188 $(GN_PLUGIN_LDFLAGS)
189 189
190libgnunet_plugin_transport_udp_la_SOURCES = \ 190libgnunet_plugin_transport_udp_la_SOURCES = \
191 plugin_transport_udp.c \ 191 plugin_transport_udp.c plugin_transport_udp.h \
192 plugin_transport_udp_broadcasting.c 192 plugin_transport_udp_broadcasting.c
193libgnunet_plugin_transport_udp_la_LIBADD = \ 193libgnunet_plugin_transport_udp_la_LIBADD = \
194 $(top_builddir)/src/hello/libgnunethello.la \ 194 $(top_builddir)/src/hello/libgnunethello.la \