-remove debug message
[oweals/gnunet.git] / pkgconfig / Makefile.am
1 # This Makefile.am is in the public domain
2 pcfiles = \
3        gnunetarm.pc \
4        gnunetats.pc \
5        gnunetblock.pc \
6        gnunetconsensus.pc \
7        gnunetconversation.pc \
8        gnunetcore.pc \
9        gnunetdatacache.pc \
10        gnunetdatastore.pc \
11        gnunetdht.pc \
12        gnunetdns.pc \
13        gnunetenv.pc \
14        gnunetfragmentation.pc \
15        gnunetfs.pc \
16        gnunetgns.pc \
17        gnunethello.pc \
18        gnunetidentity.pc \
19        gnunetcadet.pc \
20        gnunetmicrophone.pc \
21        gnunetmysql.pc \
22        gnunetnamestore.pc \
23        gnunetnat.pc \
24        gnunetnse.pc \
25        gnunetpeerinfo.pc \
26        gnunetregex.pc \
27        gnunetrevocation.pc \
28        gnunetrps.pc \
29        gnunetscalarproduct.pc \
30        gnunetset.pc \
31        gnunetspeaker.pc \
32        gnunetstatistics.pc \
33        gnunettestbed.pc \
34        gnunettesting.pc \
35        gnunettransport.pc \
36        gnunetutil.pc \
37        gnunetvpn.pc
38
39 all-local: $(pcfiles)
40
41 pkgconfigdir = $(libdir)/pkgconfig
42 pkgconfig_DATA = $(pcfiles)
43
44 EXTRA_DIST = \
45        gnunetarm.pc.in \
46        gnunetats.pc.in \
47        gnunetblock.pc.in \
48        gnunetconsensus.pc.in \
49        gnunetconversation.pc.in \
50        gnunetcore.pc.in \
51        gnunetdatacache.pc.in \
52        gnunetdatastore.pc.in \
53        gnunetdht.pc.in \
54        gnunetdns.pc.in \
55        gnunetenv.pc.in \
56        gnunetfragmentation.pc.in \
57        gnunetfs.pc.in \
58        gnunetgns.pc.in \
59        gnunethello.pc.in \
60        gnunetidentity.pc.in \
61        gnunetcadet.pc.in \
62        gnunetmicrophone.pc.in \
63        gnunetmysql.pc.in \
64        gnunetnamestore.pc.in \
65        gnunetnat.pc.in \
66        gnunetnse.pc.in \
67        gnunetpeerinfo.pc.in \
68        gnunetpostgres.pc.in \
69        gnunetregex.pc.in \
70        gnunetrevocation.pc.in \
71        gnunetrps.pc.in \
72        gnunetscalarproduct.pc.in \
73        gnunetset.pc.in \
74        gnunetspeaker.pc.in \
75        gnunetstatistics.pc.in \
76        gnunettestbed.pc.in \
77        gnunettesting.pc.in \
78        gnunettransport.pc.in \
79        gnunetutil.pc.in \
80        gnunetvpn.pc.in
81
82 CLEANFILES = $(pcfiles)
83 AM_CPPFLAGS = -I$(top_srcdir)/src/include