aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorDavid Brodski <david@brodski.eu>2011-07-26 22:54:20 +0000
committerDavid Brodski <david@brodski.eu>2011-07-26 22:54:20 +0000
commitb28504c9671f8b99b242f6fb2fb46822b8a626b3 (patch)
tree943b9248bba6cab8282a3e0ce5402373b6cb2f4f /src/transport/Makefile.am
parent4b05e36936d22d82c554519d540d92f4823ca885 (diff)
downloadgnunet-b28504c9671f8b99b242f6fb2fb46822b8a626b3.tar.gz
gnunet-b28504c9671f8b99b242f6fb2fb46822b8a626b3.zip
Changed wlan plugin, now uses fragmentation lib
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 feddbec78..608c41505 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -174,6 +174,7 @@ libgnunet_plugin_transport_wlan_la_LIBADD = \
174 $(top_builddir)/src/hello/libgnunethello.la \ 174 $(top_builddir)/src/hello/libgnunethello.la \
175 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 175 $(top_builddir)/src/statistics/libgnunetstatistics.la \
176 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 176 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
177 $(top_builddir)/src/fragmentation/libgnunetfragmentation.la \
177 $(top_builddir)/src/util/libgnunetutil.la 178 $(top_builddir)/src/util/libgnunetutil.la
178libgnunet_plugin_transport_wlan_la_LDFLAGS = \ 179libgnunet_plugin_transport_wlan_la_LDFLAGS = \
179 $(GN_PLUGIN_LDFLAGS) 180 $(GN_PLUGIN_LDFLAGS)