aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am1
-rw-r--r--src/transport/Makefile.am4
2 files changed, 3 insertions, 2 deletions
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 = \
18 datastore \ 18 datastore \
19 template \ 19 template \
20 nat \ 20 nat \
21 fragmentation \
21 transport \ 22 transport \
22 peerinfo-tool \ 23 peerinfo-tool \
23 core \ 24 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 = \
116 116
117gnunet_transport_wlan_helper_dummy_LDADD = \ 117gnunet_transport_wlan_helper_dummy_LDADD = \
118 $(top_builddir)/src/util/libgnunetutil.la 118 $(top_builddir)/src/util/libgnunetutil.la
119 119
120gnunet_transport_list_connections_SOURCES = \ 120gnunet_transport_list_connections_SOURCES = \
121 gnunet-transport-list-connections.c 121 gnunet-transport-list-connections.c
122gnunet_transport_list_connections_LDADD = \ 122gnunet_transport_list_connections_LDADD = \
@@ -148,7 +148,7 @@ gnunet_service_transport_LDADD = \
148 $(top_builddir)/src/util/libgnunetutil.la \ 148 $(top_builddir)/src/util/libgnunetutil.la \
149 $(GN_GLPK) \ 149 $(GN_GLPK) \
150 $(GN_LIBINTL) 150 $(GN_LIBINTL)
151 151
152plugin_LTLIBRARIES = \ 152plugin_LTLIBRARIES = \
153 libgnunet_plugin_transport_tcp.la \ 153 libgnunet_plugin_transport_tcp.la \
154 libgnunet_plugin_transport_udp.la \ 154 libgnunet_plugin_transport_udp.la \