aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-18 13:47:35 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-18 13:47:35 +0200
commita7d06945b117bf044cda8da2fc1b6d109519b0ab (patch)
tree389c461d0e9f439b5c8b170eea088479c55dbaf6 /src/testbed
parent93473ba6b51f1b75959a25602036195c0df0e315 (diff)
downloadgnunet-a7d06945b117bf044cda8da2fc1b6d109519b0ab.tar.gz
gnunet-a7d06945b117bf044cda8da2fc1b6d109519b0ab.zip
fix debian package build
Diffstat (limited to 'src/testbed')
-rw-r--r--src/testbed/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index a1fe0b8b4..5b81f7295 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -110,15 +110,16 @@ libgnunettestbed_la_LIBADD = $(XLIB) \
110 $(top_builddir)/src/transport/libgnunettransport.la \ 110 $(top_builddir)/src/transport/libgnunettransport.la \
111 $(top_builddir)/src/hello/libgnunethello.la \ 111 $(top_builddir)/src/hello/libgnunethello.la \
112 -lm $(Z_LIBS) \ 112 -lm $(Z_LIBS) \
113 $(top_builddir)/src/util/libgnunetutil.la \
114 $(top_builddir)/src/testing/libgnunettesting.la \ 113 $(top_builddir)/src/testing/libgnunettesting.la \
114 $(top_builddir)/src/arm/libgnunetarm.la \
115 $(top_builddir)/src/util/libgnunetutil.la \
115 $(LTLIBINTL) 116 $(LTLIBINTL)
116libgnunettestbed_la_DEPENDENCIES = \ 117libgnunettestbed_la_DEPENDENCIES = \
117 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 118 $(top_builddir)/src/statistics/libgnunetstatistics.la \
118 $(top_builddir)/src/transport/libgnunettransport.la \ 119 $(top_builddir)/src/transport/libgnunettransport.la \
119 $(top_builddir)/src/hello/libgnunethello.la \ 120 $(top_builddir)/src/hello/libgnunethello.la \
120 $(top_builddir)/src/util/libgnunetutil.la \ 121 $(top_builddir)/src/testing/libgnunettesting.la \
121 $(top_builddir)/src/testing/libgnunettesting.la 122 $(top_builddir)/src/util/libgnunetutil.la
122libgnunettestbed_la_LDFLAGS = \ 123libgnunettestbed_la_LDFLAGS = \
123 $(GN_LIB_LDFLAGS) \ 124 $(GN_LIB_LDFLAGS) \
124 -version-info 0:0:0 125 -version-info 0:0:0