aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dv/Makefile.am2
-rw-r--r--src/dv/plugin_transport_dv.c4
2 files changed, 6 insertions, 0 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index f03979100..33a291292 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -59,10 +59,12 @@ libgnunet_plugin_transport_dv_la_SOURCES = \
59 plugin_transport_dv.c 59 plugin_transport_dv.c
60libgnunet_plugin_transport_dv_la_LIBADD = \ 60libgnunet_plugin_transport_dv_la_LIBADD = \
61 libgnunetdv.la \ 61 libgnunetdv.la \
62 $(top_builddir)/src/ats/libgnunetats.la \
62 $(top_builddir)/src/util/libgnunetutil.la 63 $(top_builddir)/src/util/libgnunetutil.la
63libgnunet_plugin_transport_dv_la_LDFLAGS = \ 64libgnunet_plugin_transport_dv_la_LDFLAGS = \
64 $(GN_PLUGIN_LDFLAGS) 65 $(GN_PLUGIN_LDFLAGS)
65libgnunet_plugin_transport_dv_la_DEPENDENCIES = \ 66libgnunet_plugin_transport_dv_la_DEPENDENCIES = \
67 $(top_builddir)/src/ats/libgnunetats.la \
66 libgnunetdv.la 68 libgnunetdv.la
67 69
68if HAVE_TESTING 70if HAVE_TESTING
diff --git a/src/dv/plugin_transport_dv.c b/src/dv/plugin_transport_dv.c
index 9168b5594..236cca8b6 100644
--- a/src/dv/plugin_transport_dv.c
+++ b/src/dv/plugin_transport_dv.c
@@ -291,6 +291,10 @@ handle_dv_connect (void *cls,
291 struct Session *session; 291 struct Session *session;
292 struct GNUNET_ATS_Information ats[2]; 292 struct GNUNET_ATS_Information ats[2];
293 293
294 /**
295 * This requires transport plugin to be linked to libgnunetats.
296 * If you remove it, also remove libgnunetats linkage from Makefile.am
297 */
294 LOG (GNUNET_ERROR_TYPE_DEBUG, 298 LOG (GNUNET_ERROR_TYPE_DEBUG,
295 "Received `%s' message for peer `%s' with next hop in network %s \n", 299 "Received `%s' message for peer `%s' with next hop in network %s \n",
296 "DV_CONNECT", 300 "DV_CONNECT",