aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig/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 /pkgconfig/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 'pkgconfig/Makefile.am')
-rw-r--r--pkgconfig/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index eeb048fb8..1759ae5fc 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -1,7 +1,6 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2pcfiles = \ 2pcfiles = \
3 gnunetarm.pc \ 3 gnunetarm.pc \
4 gnunetats.pc \
5 gnunetblock.pc \ 4 gnunetblock.pc \
6 gnunetconsensus.pc \ 5 gnunetconsensus.pc \
7 gnunetconversation.pc \ 6 gnunetconversation.pc \
@@ -23,7 +22,6 @@ pcfiles = \
23 gnunetnamestore.pc \ 22 gnunetnamestore.pc \
24 gnunetnat.pc \ 23 gnunetnat.pc \
25 gnunetnse.pc \ 24 gnunetnse.pc \
26 gnunetpeerinfo.pc \
27 gnunetregex.pc \ 25 gnunetregex.pc \
28 gnunetrevocation.pc \ 26 gnunetrevocation.pc \
29 gnunetrps.pc \ 27 gnunetrps.pc \
@@ -44,7 +42,6 @@ pkgconfig_DATA = $(pcfiles)
44 42
45EXTRA_DIST = \ 43EXTRA_DIST = \
46 gnunetarm.pc.in \ 44 gnunetarm.pc.in \
47 gnunetats.pc.in \
48 gnunetblock.pc.in \ 45 gnunetblock.pc.in \
49 gnunetconsensus.pc.in \ 46 gnunetconsensus.pc.in \
50 gnunetconversation.pc.in \ 47 gnunetconversation.pc.in \
@@ -66,7 +63,6 @@ EXTRA_DIST = \
66 gnunetnamestore.pc.in \ 63 gnunetnamestore.pc.in \
67 gnunetnat.pc.in \ 64 gnunetnat.pc.in \
68 gnunetnse.pc.in \ 65 gnunetnse.pc.in \
69 gnunetpeerinfo.pc.in \
70 gnunetpostgres.pc.in \ 66 gnunetpostgres.pc.in \
71 gnunetregex.pc.in \ 67 gnunetregex.pc.in \
72 gnunetrevocation.pc.in \ 68 gnunetrevocation.pc.in \