aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-07-20 11:00:55 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-07-20 11:00:55 +0200
commite7962c1c8db3c39571aaac915d79476224a38da7 (patch)
treeab967bf31fc670ac1aeed3443644e54a78f70652 /src/testbed
parent7a1ec37c139263e4ccb056ebf9ab4582923961d2 (diff)
downloadgnunet-e7962c1c8db3c39571aaac915d79476224a38da7.tar.gz
gnunet-e7962c1c8db3c39571aaac915d79476224a38da7.zip
-ftbfs
Diffstat (limited to 'src/testbed')
-rw-r--r--src/testbed/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 8fa3350a2..6fec163e2 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -45,7 +45,7 @@ libgnunet_plugin_testcmd_la_SOURCES = \
45libgnunet_plugin_testcmd_la_LIBADD = \ 45libgnunet_plugin_testcmd_la_LIBADD = \
46 $(top_builddir)/src/util/libgnunetutil.la \ 46 $(top_builddir)/src/util/libgnunetutil.la \
47 $(top_builddir)/src/testing/libgnunettesting.la \ 47 $(top_builddir)/src/testing/libgnunettesting.la \
48 $(top_builddir)/src/testbed/libgnunettestbed.la 48 $(top_builddir)/src/testbed/libgnunettestbed.la \
49 $(LTLIBINTL) 49 $(LTLIBINTL)
50libgnunet_plugin_testcmd_la_LDFLAGS = \ 50libgnunet_plugin_testcmd_la_LDFLAGS = \
51 $(GN_PLUGIN_LDFLAGS) 51 $(GN_PLUGIN_LDFLAGS)