aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-12-08 10:56:46 +0100
committert3sserakt <t3ss@posteo.de>2020-12-08 10:56:46 +0100
commit7a8531c1245983ab09a5bf146c9258321f7fa61a (patch)
treea5ac229e4667866340a685c7eb6fa19b259c363f /src/transport/Makefile.am
parent6e3ca264f69ea03520c5855161d1c8487c1e4e01 (diff)
parent7ce054864a112f459a75ab542f844a8be0e6c47c (diff)
downloadgnunet-7a8531c1245983ab09a5bf146c9258321f7fa61a.tar.gz
gnunet-7a8531c1245983ab09a5bf146c9258321f7fa61a.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index df5249275..0f9d40e13 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -168,10 +168,16 @@ libgnunettransporttesting_la_LDFLAGS = \
168 $(GN_LIB_LDFLAGS) 168 $(GN_LIB_LDFLAGS)
169 169
170libgnunettransporttesting2_la_SOURCES = \ 170libgnunettransporttesting2_la_SOURCES = \
171 transport-testing2.c transport-testing2.h 171 transport-testing2.c transport-testing2.h \
172 transport-testing-communicator.c transport-testing-communicator.h
172libgnunettransporttesting2_la_LIBADD = \ 173libgnunettransporttesting2_la_LIBADD = \
173 libgnunettransport.la \ 174 libgnunettransport.la \
175 libgnunettransportapplication.la \
176 libgnunettransportcore.la \
177 $(top_builddir)/src/testing/libgnunettesting.la \
178 $(top_builddir)/src/ats/libgnunetats.la \
174 $(top_builddir)/src/hello/libgnunethello.la \ 179 $(top_builddir)/src/hello/libgnunethello.la \
180 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
175 $(top_builddir)/src/util/libgnunetutil.la 181 $(top_builddir)/src/util/libgnunetutil.la
176libgnunettransporttesting2_la_LDFLAGS = \ 182libgnunettransporttesting2_la_LDFLAGS = \
177 $(GN_LIBINTL) \ 183 $(GN_LIBINTL) \