From: Christian Grothoff Date: Fri, 15 Jul 2011 08:39:43 +0000 (+0000) Subject: build frag X-Git-Tag: initial-import-from-subversion-38251~17855 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=27d6348ee6798bf3a916aaa9093bce42e4166d89;p=oweals%2Fgnunet.git build frag --- diff --git a/src/Makefile.am b/src/Makefile.am index fdcde2601..dc81cfaa4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,6 +18,7 @@ SUBDIRS = \ datastore \ template \ nat \ + fragmentation \ transport \ peerinfo-tool \ core \ diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 3a310d61a..83335806c 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -116,7 +116,7 @@ gnunet_transport_wlan_helper_LDADD = \ gnunet_transport_wlan_helper_dummy_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la - + gnunet_transport_list_connections_SOURCES = \ gnunet-transport-list-connections.c gnunet_transport_list_connections_LDADD = \ @@ -148,7 +148,7 @@ gnunet_service_transport_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_GLPK) \ $(GN_LIBINTL) - + plugin_LTLIBRARIES = \ libgnunet_plugin_transport_tcp.la \ libgnunet_plugin_transport_udp.la \