aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-16 19:57:15 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-16 19:57:15 +0200
commit3266ea560ea1b243810dce4d46ee2889da7b4f6c (patch)
tree555ce759adf099350f89fd520f11d04161e8df1c /src/transport/Makefile.am
parentcb169441f0ed127dd07e2c6f98436dcd0ece8f61 (diff)
downloadgnunet-3266ea560ea1b243810dce4d46ee2889da7b4f6c.tar.gz
gnunet-3266ea560ea1b243810dce4d46ee2889da7b4f6c.zip
implement backchannel encryption/decryption
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 f83fa669c..53fd9c973 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -374,6 +374,7 @@ gnunet_service_tng_LDADD = \
374 $(top_builddir)/src/hello/libgnunethello.la \ 374 $(top_builddir)/src/hello/libgnunethello.la \
375 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 375 $(top_builddir)/src/statistics/libgnunetstatistics.la \
376 $(top_builddir)/src/util/libgnunetutil.la \ 376 $(top_builddir)/src/util/libgnunetutil.la \
377 $(LIBGCRYPT_LIBS) \
377 $(GN_LIBINTL) 378 $(GN_LIBINTL)
378 379
379plugin_LTLIBRARIES = \ 380plugin_LTLIBRARIES = \