aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-28 11:19:30 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-28 11:19:30 +0100
commite9d73b0a901d7dfe1fd219aecc960747e7c49483 (patch)
tree94f835cf56a1feb453a1f65534e28334c6e258f8 /src/transport
parentdebba1a49a46ba963553da222ade563d6d67932b (diff)
downloadgnunet-e9d73b0a901d7dfe1fd219aecc960747e7c49483.tar.gz
gnunet-e9d73b0a901d7dfe1fd219aecc960747e7c49483.zip
import Debian build rules, split off libgnunet
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 0f9d40e13..a2fc3811e 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -131,8 +131,9 @@ noinst_PROGRAMS = \
131 $(WLAN_BIN_RECEIVER) 131 $(WLAN_BIN_RECEIVER)
132 132
133if HAVE_TESTING 133if HAVE_TESTING
134TESTING_LIBS = libgnunettransporttesting.la \ 134TESTING_LIBS = \
135 libgnunettransporttesting2.la 135 libgnunettransporttesting.la \
136 libgnunettransporttesting2.la
136endif 137endif
137 138
138lib_LTLIBRARIES = \ 139lib_LTLIBRARIES = \
@@ -174,6 +175,7 @@ libgnunettransporttesting2_la_LIBADD = \
174 libgnunettransport.la \ 175 libgnunettransport.la \
175 libgnunettransportapplication.la \ 176 libgnunettransportapplication.la \
176 libgnunettransportcore.la \ 177 libgnunettransportcore.la \
178 $(top_builddir)/src/arm/libgnunetarm.la \
177 $(top_builddir)/src/testing/libgnunettesting.la \ 179 $(top_builddir)/src/testing/libgnunettesting.la \
178 $(top_builddir)/src/ats/libgnunetats.la \ 180 $(top_builddir)/src/ats/libgnunetats.la \
179 $(top_builddir)/src/hello/libgnunethello.la \ 181 $(top_builddir)/src/hello/libgnunethello.la \