aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorBertrand Marc <bmarc@debian.org>2020-07-04 19:06:49 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-07-05 17:19:53 +0200
commit1d417dcd0f4743976ddeecb397cb1cd8fde2f053 (patch)
tree5bfbc9d645f0a615238b4e2e7cc466252ede667c /src/transport
parente31c1d4a9f78c4e31fda1f98fe349b33abdd01a2 (diff)
downloadgnunet-1d417dcd0f4743976ddeecb397cb1cd8fde2f053.tar.gz
gnunet-1d417dcd0f4743976ddeecb397cb1cd8fde2f053.zip
Fix_build_dependencies
Signed-off-by: Martin Schanzenbach <mschanzenbach@posteo.de>
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index eadb601ef..354bb1cf4 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -155,7 +155,15 @@ libgnunettransporttesting_la_LIBADD = \
155 $(top_builddir)/src/ats/libgnunetats.la \ 155 $(top_builddir)/src/ats/libgnunetats.la \
156 $(top_builddir)/src/util/libgnunetutil.la \ 156 $(top_builddir)/src/util/libgnunetutil.la \
157 $(top_builddir)/src/testing/libgnunettesting.la \ 157 $(top_builddir)/src/testing/libgnunettesting.la \
158 $(top_builddir)/src/arm/libgnunetarm.la \
158 $(GN_LIBINTL) 159 $(GN_LIBINTL)
160libgnunettransporttesting_la_DEPENDENCIES = \
161 libgnunettransport.la \
162 $(top_builddir)/src/hello/libgnunethello.la \
163 $(top_builddir)/src/ats/libgnunetats.la \
164 $(top_builddir)/src/util/libgnunetutil.la \
165 $(top_builddir)/src/testing/libgnunettesting.la \
166 $(top_builddir)/src/arm/libgnunetarm.la
159libgnunettransporttesting_la_LDFLAGS = \ 167libgnunettransporttesting_la_LDFLAGS = \
160 $(GN_LIB_LDFLAGS) 168 $(GN_LIB_LDFLAGS)
161 169
@@ -185,6 +193,10 @@ libgnunettransport_la_LIBADD = \
185 $(top_builddir)/src/ats/libgnunetats.la \ 193 $(top_builddir)/src/ats/libgnunetats.la \
186 $(top_builddir)/src/util/libgnunetutil.la \ 194 $(top_builddir)/src/util/libgnunetutil.la \
187 $(GN_LIBINTL) 195 $(GN_LIBINTL)
196libgnunettransport_la_DEPENDENCIES = \
197 $(top_builddir)/src/hello/libgnunethello.la \
198 $(top_builddir)/src/ats/libgnunetats.la \
199 $(top_builddir)/src/util/libgnunetutil.la
188libgnunettransport_la_LDFLAGS = \ 200libgnunettransport_la_LDFLAGS = \
189 $(GN_LIB_LDFLAGS) \ 201 $(GN_LIB_LDFLAGS) \
190 -version-info 4:0:2 202 -version-info 4:0:2