diff options
author | David Brodski <david@brodski.eu> | 2011-07-26 22:54:20 +0000 |
---|---|---|
committer | David Brodski <david@brodski.eu> | 2011-07-26 22:54:20 +0000 |
commit | b28504c9671f8b99b242f6fb2fb46822b8a626b3 (patch) | |
tree | 943b9248bba6cab8282a3e0ce5402373b6cb2f4f /src/transport/Makefile.am | |
parent | 4b05e36936d22d82c554519d540d92f4823ca885 (diff) |
Changed wlan plugin, now uses fragmentation lib
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r-- | src/transport/Makefile.am | 1 |
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 = \ $(top_builddir)/src/hello/libgnunethello.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ + $(top_builddir)/src/fragmentation/libgnunetfragmentation.la \ $(top_builddir)/src/util/libgnunetutil.la libgnunet_plugin_transport_wlan_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) |