aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-22 12:26:04 +0900
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-22 12:26:04 +0900
commitdc090c05b18f416543266e9f47f6a2cff0125b92 (patch)
treed5047b02e4dd0c34e84be747333e1c1c13b772da /src/transport/Makefile.am
parent8d2dcee89911253a0018f0dbb9ceacc76f2aaf3d (diff)
downloadgnunet-dc090c05b18f416543266e9f47f6a2cff0125b92.tar.gz
gnunet-dc090c05b18f416543266e9f47f6a2cff0125b92.zip
fixing tng testcase unix communicator
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 ae77899a0..a5b9aaaa8 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -786,6 +786,7 @@ test_communicator_unix_SOURCES = \
786 test_communicator_unix.c 786 test_communicator_unix.c
787test_communicator_unix_LDADD = \ 787test_communicator_unix_LDADD = \
788 libgnunettransporttesting2.la \ 788 libgnunettransporttesting2.la \
789 $(top_builddir)/src/testing/libgnunettesting.la \
789 $(top_builddir)/src/util/libgnunetutil.la 790 $(top_builddir)/src/util/libgnunetutil.la
790 791
791test_plugin_unix_SOURCES = \ 792test_plugin_unix_SOURCES = \