aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'pkgconfig/Makefile.am')
-rw-r--r--pkgconfig/Makefile.am18
1 files changed, 6 insertions, 12 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index 3199a04a4..754d71571 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 \
@@ -10,19 +9,18 @@ pcfiles = \
10 gnunetdatastore.pc \ 9 gnunetdatastore.pc \
11 gnunetdht.pc \ 10 gnunetdht.pc \
12 gnunetdns.pc \ 11 gnunetdns.pc \
13 gnunetenv.pc \
14 gnunetfragmentation.pc \
15 gnunetfs.pc \ 12 gnunetfs.pc \
16 gnunetgns.pc \ 13 gnunetgns.pc \
17 gnunethello.pc \ 14 gnunethello.pc \
18 gnunetidentity.pc \ 15 gnunetidentity.pc \
16 gnunetjson.pc \
19 gnunetcadet.pc \ 17 gnunetcadet.pc \
18 gnunetmessenger.pc \
20 gnunetmicrophone.pc \ 19 gnunetmicrophone.pc \
21 gnunetmysql.pc \
22 gnunetnamestore.pc \ 20 gnunetnamestore.pc \
23 gnunetnat.pc \ 21 gnunetnat.pc \
24 gnunetnse.pc \ 22 gnunetnse.pc \
25 gnunetpeerinfo.pc \ 23 gnunetreclaim.pc \
26 gnunetregex.pc \ 24 gnunetregex.pc \
27 gnunetrevocation.pc \ 25 gnunetrevocation.pc \
28 gnunetrps.pc \ 26 gnunetrps.pc \
@@ -30,7 +28,6 @@ pcfiles = \
30 gnunetset.pc \ 28 gnunetset.pc \
31 gnunetspeaker.pc \ 29 gnunetspeaker.pc \
32 gnunetstatistics.pc \ 30 gnunetstatistics.pc \
33 gnunettestbed.pc \
34 gnunettesting.pc \ 31 gnunettesting.pc \
35 gnunettransport.pc \ 32 gnunettransport.pc \
36 gnunetutil.pc \ 33 gnunetutil.pc \
@@ -43,7 +40,6 @@ pkgconfig_DATA = $(pcfiles)
43 40
44EXTRA_DIST = \ 41EXTRA_DIST = \
45 gnunetarm.pc.in \ 42 gnunetarm.pc.in \
46 gnunetats.pc.in \
47 gnunetblock.pc.in \ 43 gnunetblock.pc.in \
48 gnunetconsensus.pc.in \ 44 gnunetconsensus.pc.in \
49 gnunetconversation.pc.in \ 45 gnunetconversation.pc.in \
@@ -52,20 +48,19 @@ EXTRA_DIST = \
52 gnunetdatastore.pc.in \ 48 gnunetdatastore.pc.in \
53 gnunetdht.pc.in \ 49 gnunetdht.pc.in \
54 gnunetdns.pc.in \ 50 gnunetdns.pc.in \
55 gnunetenv.pc.in \
56 gnunetfragmentation.pc.in \
57 gnunetfs.pc.in \ 51 gnunetfs.pc.in \
58 gnunetgns.pc.in \ 52 gnunetgns.pc.in \
59 gnunethello.pc.in \ 53 gnunethello.pc.in \
60 gnunetidentity.pc.in \ 54 gnunetidentity.pc.in \
55 gnunetjson.pc.in \
61 gnunetcadet.pc.in \ 56 gnunetcadet.pc.in \
57 gnunetmessenger.pc.in \
62 gnunetmicrophone.pc.in \ 58 gnunetmicrophone.pc.in \
63 gnunetmysql.pc.in \
64 gnunetnamestore.pc.in \ 59 gnunetnamestore.pc.in \
65 gnunetnat.pc.in \ 60 gnunetnat.pc.in \
66 gnunetnse.pc.in \ 61 gnunetnse.pc.in \
67 gnunetpeerinfo.pc.in \
68 gnunetpostgres.pc.in \ 62 gnunetpostgres.pc.in \
63 gnunetreclaim.pc.in \
69 gnunetregex.pc.in \ 64 gnunetregex.pc.in \
70 gnunetrevocation.pc.in \ 65 gnunetrevocation.pc.in \
71 gnunetrps.pc.in \ 66 gnunetrps.pc.in \
@@ -73,7 +68,6 @@ EXTRA_DIST = \
73 gnunetset.pc.in \ 68 gnunetset.pc.in \
74 gnunetspeaker.pc.in \ 69 gnunetspeaker.pc.in \
75 gnunetstatistics.pc.in \ 70 gnunetstatistics.pc.in \
76 gnunettestbed.pc.in \
77 gnunettesting.pc.in \ 71 gnunettesting.pc.in \
78 gnunettransport.pc.in \ 72 gnunettransport.pc.in \
79 gnunetutil.pc.in \ 73 gnunetutil.pc.in \