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