aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-04 22:52:00 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-04 22:52:00 +0200
commit5df04510362413a6c215365879058f5c445e1f3c (patch)
tree3c17f355f98529ba36cd4626b723240a7ef429d2 /src/Makefile.am
parent9ff663cc02f81cd842fb07e7c29c44a809368423 (diff)
downloadgnunet-5df04510362413a6c215365879058f5c445e1f3c.tar.gz
gnunet-5df04510362413a6c215365879058f5c445e1f3c.zip
Remove most of old transport, ATS and PEERINFO. Disable TESTBED and related tests
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8fb984d4b..b0064688a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2 2
3TESTING = testing 3TESTING = testing
4TESTBED = testbed-logger testbed 4#TESTBED = testbed-logger testbed
5 5
6if HAVE_EXPERIMENTAL 6if HAVE_EXPERIMENTAL
7 EXP_DIR = \ 7 EXP_DIR = \
@@ -44,21 +44,17 @@ SUBDIRS = \
44 $(JSON_DIR) \ 44 $(JSON_DIR) \
45 $(CURL_DIR) \ 45 $(CURL_DIR) \
46 $(REST_DIR) \ 46 $(REST_DIR) \
47 peerinfo \
48 $(SQLITE_DIR) \ 47 $(SQLITE_DIR) \
49 $(POSTGRES_DIR) \ 48 $(POSTGRES_DIR) \
50 datacache \ 49 datacache \
51 datastore \ 50 datastore \
52 template \ 51 template \
53 peerstore \ 52 peerstore \
54 ats \
55 nat \ 53 nat \
56 nat-auto \ 54 nat-auto \
57 fragmentation \ 55 fragmentation \
58 transport \ 56 transport \
59 ats-tool \
60 core \ 57 core \
61 $(TESTBED) \
62 nse \ 58 nse \
63 dhtu \ 59 dhtu \
64 dht \ 60 dht \
@@ -70,7 +66,6 @@ SUBDIRS = \
70 gnsrecord \ 66 gnsrecord \
71 namecache \ 67 namecache \
72 namestore \ 68 namestore \
73 peerinfo-tool \
74 cadet \ 69 cadet \
75 set \ 70 set \
76 seti \ 71 seti \