aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'pkgconfig/Makefile.am')
-rw-r--r--pkgconfig/Makefile.am26
1 files changed, 23 insertions, 3 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index 8dfbb6538..c4a366b2f 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -1,26 +1,37 @@
1pcfiles = \ 1pcfiles = \
2 gnunetats.pc \
3 gnunetarm.pc \ 2 gnunetarm.pc \
3 gnunetats.pc \
4 gnunetblock.pc \ 4 gnunetblock.pc \
5 gnunetconsensus.pc \
6 gnunetconversation.pc \
5 gnunetcore.pc \ 7 gnunetcore.pc \
6 gnunetdatacache.pc \ 8 gnunetdatacache.pc \
7 gnunetdatastore.pc \ 9 gnunetdatastore.pc \
8 gnunetdht.pc \ 10 gnunetdht.pc \
9 gnunetdns.pc \ 11 gnunetdns.pc \
10 gnunetdnsparser.pc \ 12 gnunetdnsparser.pc \
13 gnunetdnsstub.pc \
11 gnunetdv.pc \ 14 gnunetdv.pc \
15 gnunetenv.pc \
12 gnunetfragmentation.pc \ 16 gnunetfragmentation.pc \
13 gnunetfs.pc \ 17 gnunetfs.pc \
14 gnunetgns.pc \ 18 gnunetgns.pc \
15 gnunethello.pc \ 19 gnunethello.pc \
20 gnunetidentity.pc \
16 gnunetmesh.pc \ 21 gnunetmesh.pc \
22 gnunetmulticast.pc.in \
17 gnunetmysql.pc \ 23 gnunetmysql.pc \
18 gnunetnamestore.pc \ 24 gnunetnamestore.pc \
19 gnunetnat.pc \ 25 gnunetnat.pc \
20 gnunetnse.pc \ 26 gnunetnse.pc \
21 gnunetpeerinfo.pc \ 27 gnunetpeerinfo.pc \
22 gnunetpostgres.pc \ 28 gnunetpostgres.pc \
29 gnunetpsyc.pc \
30 gnunetpsycstore.pc \
23 gnunetregex.pc \ 31 gnunetregex.pc \
32 gnunetrevocation.pc \
33 gnunetscalarproduct.pc \
34 gnunetset.pc \
24 gnunetstatistics.pc \ 35 gnunetstatistics.pc \
25 gnunettestbed.pc \ 36 gnunettestbed.pc \
26 gnunettesting.pc \ 37 gnunettesting.pc \
@@ -45,28 +56,37 @@ EXTRA_DIST = \
45 gnunetarm.pc.in \ 56 gnunetarm.pc.in \
46 gnunetats.pc.in \ 57 gnunetats.pc.in \
47 gnunetblock.pc.in \ 58 gnunetblock.pc.in \
59 gnunetconsensus.pc.in \
60 gnunetconversation.pc.in \
48 gnunetcore.pc.in \ 61 gnunetcore.pc.in \
49 gnunetdatacache.pc.in \ 62 gnunetdatacache.pc.in \
50 gnunetdatastore.pc.in \ 63 gnunetdatastore.pc.in \
51 gnunetdht.pc.in \ 64 gnunetdht.pc.in \
52 gnunetdns.pc.in \ 65 gnunetdns.pc.in \
53 gnunetdnsparser.pc.in \ 66 gnunetdnsparser.pc.in \
67 gnunetdnsstub.pc.in \
54 gnunetdv.pc.in \ 68 gnunetdv.pc.in \
69 gnunetenv.pc.in \
55 gnunetfragmentation.pc.in \ 70 gnunetfragmentation.pc.in \
56 gnunetfs.pc.in \ 71 gnunetfs.pc.in \
57 gnunetgns.pc.in \ 72 gnunetgns.pc.in \
58 gnunethello.pc.in \ 73 gnunethello.pc.in \
59 gnunetlockmanager.pc.in \ 74 gnunetidentity.pc.in \
60 gnunetmesh.pc.in \ 75 gnunetmesh.pc.in \
76 gnunetmulticast.pc.in \
61 gnunetmysql.pc.in \ 77 gnunetmysql.pc.in \
62 gnunetnamestore.pc.in \ 78 gnunetnamestore.pc.in \
63 gnunetnat.pc.in \ 79 gnunetnat.pc.in \
64 gnunetnse.pc.in \ 80 gnunetnse.pc.in \
65 gnunetpeerinfo.pc.in \ 81 gnunetpeerinfo.pc.in \
66 gnunetpostgres.pc.in \ 82 gnunetpostgres.pc.in \
83 gnunetpsyc.pc.in \
84 gnunetpsycstore.pc.in \
67 gnunetregex.pc.in \ 85 gnunetregex.pc.in \
86 gnunetrevocation.pc.in \
87 gnunetscalarproduct.pc.in \
88 gnunetset.pc.in \
68 gnunetstatistics.pc.in \ 89 gnunetstatistics.pc.in \
69 gnunetstream.pc.in \
70 gnunettestbed.pc.in \ 90 gnunettestbed.pc.in \
71 gnunettesting.pc.in \ 91 gnunettesting.pc.in \
72 gnunettransport.pc.in \ 92 gnunettransport.pc.in \