aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-31 15:21:37 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-31 15:21:37 +0000
commit98f6a5d40e4d3b3f5af38e07fc94214b6c38e817 (patch)
treef4b9ae6b0a807a08c338ffdcd303d111c4fa0904 /pkgconfig
parent187e7d9c9450ea8683d5ec419aa1cf06227783cb (diff)
downloadgnunet-98f6a5d40e4d3b3f5af38e07fc94214b6c38e817.tar.gz
gnunet-98f6a5d40e4d3b3f5af38e07fc94214b6c38e817.zip
-adding missing pkgconfig files
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/Makefile.am36
-rw-r--r--pkgconfig/gnunetats.pc.in12
-rw-r--r--pkgconfig/gnunetcore.pc.in2
-rw-r--r--pkgconfig/gnunetdatacache.pc.in2
-rw-r--r--pkgconfig/gnunetdatastore.pc.in2
-rw-r--r--pkgconfig/gnunetdns.pc.in12
-rw-r--r--pkgconfig/gnunetdnsparser.pc.in12
-rw-r--r--pkgconfig/gnunetgns.pc.in (renamed from pkgconfig/gnunetdhtlog.pc.in)6
-rw-r--r--pkgconfig/gnunetlockmanager.pc.in12
-rw-r--r--pkgconfig/gnunetmesh.pc.in12
-rw-r--r--pkgconfig/gnunetmysql.pc.in12
-rw-r--r--pkgconfig/gnunetnamestore.pc.in12
-rw-r--r--pkgconfig/gnunetpostgres.pc.in12
-rw-r--r--pkgconfig/gnunetstream.pc.in12
-rw-r--r--pkgconfig/gnunettestbed.pc.in12
-rw-r--r--pkgconfig/gnunettun.pc.in12
-rw-r--r--pkgconfig/gnunetvpn.pc.in12
17 files changed, 181 insertions, 11 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index 5173f03ce..ca0c3938b 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -1,22 +1,35 @@
1pcfiles = \ 1pcfiles = \
2 gnunetats.pc \
2 gnunetarm.pc \ 3 gnunetarm.pc \
3 gnunetblock.pc \ 4 gnunetblock.pc \
4 gnunetcore.pc \ 5 gnunetcore.pc \
5 gnunetdatacache.pc \ 6 gnunetdatacache.pc \
6 gnunetdatastore.pc \ 7 gnunetdatastore.pc \
7 gnunetdht.pc \ 8 gnunetdht.pc \
8 gnunetdhtlog.pc \ 9 gnunetdns.pc \
10 gnunetdnsparser.pc \
9 gnunetdv.pc \ 11 gnunetdv.pc \
10 gnunetfragmentation.pc \ 12 gnunetfragmentation.pc \
11 gnunetfs.pc \ 13 gnunetfs.pc \
14 gnunetgns.pc \
12 gnunethello.pc \ 15 gnunethello.pc \
13 gnunetnse.pc \ 16 gnunetlockmanager.pc \
17 gnunetmesh.pc \
18 gnunetmysql.pc \
19 gnunetnamestore.pc \
14 gnunetnat.pc \ 20 gnunetnat.pc \
21 gnunetnse.pc \
15 gnunetpeerinfo.pc \ 22 gnunetpeerinfo.pc \
23 gnunetpostgres.pc \
24 gnunetregex.pc \
16 gnunetstatistics.pc \ 25 gnunetstatistics.pc \
26 gnunetstream.pc \
27 gnunettestbed.pc \
17 gnunettesting.pc \ 28 gnunettesting.pc \
18 gnunettransport.pc \ 29 gnunettransport.pc \
19 gnunetutil.pc 30 gnunettun.pc \
31 gnunetutil.pc \
32 gnunetvpn.pc
20 33
21all-local: $(pcfiles) 34all-local: $(pcfiles)
22 35
@@ -32,23 +45,36 @@ pkgconfig_DATA = $(pcfiles)
32 45
33EXTRA_DIST = \ 46EXTRA_DIST = \
34 gnunetarm.pc.in \ 47 gnunetarm.pc.in \
48 gnunetats.pc.in \
35 gnunetblock.pc.in \ 49 gnunetblock.pc.in \
36 gnunetcore.pc.in \ 50 gnunetcore.pc.in \
37 gnunetdatacache.pc.in \ 51 gnunetdatacache.pc.in \
38 gnunetdatastore.pc.in \ 52 gnunetdatastore.pc.in \
39 gnunetdht.pc.in \ 53 gnunetdht.pc.in \
40 gnunetdhtlog.pc.in \ 54 gnunetdns.pc.in \
55 gnunetdnsparser.pc.in \
41 gnunetdv.pc.in \ 56 gnunetdv.pc.in \
42 gnunetfragmentation.pc.in \ 57 gnunetfragmentation.pc.in \
43 gnunetfs.pc.in \ 58 gnunetfs.pc.in \
59 gnunetgns.pc.in \
44 gnunethello.pc.in \ 60 gnunethello.pc.in \
61 gnunetlockmanager.pc.in \
62 gnunetmesh.pc.in \
63 gnunetmysql.pc.in \
64 gnunetnamestore.pc.in \
45 gnunetnat.pc.in \ 65 gnunetnat.pc.in \
46 gnunetnse.pc.in \ 66 gnunetnse.pc.in \
47 gnunetpeerinfo.pc.in \ 67 gnunetpeerinfo.pc.in \
68 gnunetpostgres.pc.in \
69 gnunetregex.pc.in \
48 gnunetstatistics.pc.in \ 70 gnunetstatistics.pc.in \
71 gnunetstream.pc.in \
72 gnunettestbed.pc.in \
49 gnunettesting.pc.in \ 73 gnunettesting.pc.in \
50 gnunettransport.pc.in \ 74 gnunettransport.pc.in \
51 gnunetutil.pc.in 75 gnunettun.pc.in \
76 gnunetutil.pc.in \
77 gnunetvpn.pc.in
52 78
53CLEANFILES = $(pcfiles) 79CLEANFILES = $(pcfiles)
54INCLUDES = -I$(top_srcdir)/src/include 80INCLUDES = -I$(top_srcdir)/src/include
diff --git a/pkgconfig/gnunetats.pc.in b/pkgconfig/gnunetats.pc.in
new file mode 100644
index 000000000..c95469f51
--- /dev/null
+++ b/pkgconfig/gnunetats.pc.in
@@ -0,0 +1,12 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet ATS
7Description: Provides API for allocating bandwidth, expressing preferences for certain peers and accessing allocation information
8URL: http://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetats
12Cflags: -I${includedir}
diff --git a/pkgconfig/gnunetcore.pc.in b/pkgconfig/gnunetcore.pc.in
index 66a469acb..e1d52ed9c 100644
--- a/pkgconfig/gnunetcore.pc.in
+++ b/pkgconfig/gnunetcore.pc.in
@@ -4,7 +4,7 @@ libdir=@libdir@
4includedir=@includedir@ 4includedir=@includedir@
5 5
6Name: GNUnet core 6Name: GNUnet core
7Description: Provides API to access core service 7Description: Provides API for (encrypted) P2P communication
8URL: http://gnunet.org 8URL: http://gnunet.org
9Version: @VERSION@ 9Version: @VERSION@
10Requires: 10Requires:
diff --git a/pkgconfig/gnunetdatacache.pc.in b/pkgconfig/gnunetdatacache.pc.in
index e69875e5c..1e851363c 100644
--- a/pkgconfig/gnunetdatacache.pc.in
+++ b/pkgconfig/gnunetdatacache.pc.in
@@ -4,7 +4,7 @@ libdir=@libdir@
4includedir=@includedir@ 4includedir=@includedir@
5 5
6Name: GNUnet datacache 6Name: GNUnet datacache
7Description: Provides datacache API implementation 7Description: Provides datacache API for temporary storage to disk
8URL: http://gnunet.org 8URL: http://gnunet.org
9Version: @VERSION@ 9Version: @VERSION@
10Requires: 10Requires:
diff --git a/pkgconfig/gnunetdatastore.pc.in b/pkgconfig/gnunetdatastore.pc.in
index 9a0ddf80d..249426a0d 100644
--- a/pkgconfig/gnunetdatastore.pc.in
+++ b/pkgconfig/gnunetdatastore.pc.in
@@ -4,7 +4,7 @@ libdir=@libdir@
4includedir=@includedir@ 4includedir=@includedir@
5 5
6Name: GNUnet datastore 6Name: GNUnet datastore
7Description: Management API for the datastore for files stored on a GNUnet node 7Description: Management API for the datastore for persistant storage to disk
8URL: http://gnunet.org 8URL: http://gnunet.org
9Version: @VERSION@ 9Version: @VERSION@
10Requires: 10Requires:
diff --git a/pkgconfig/gnunetdns.pc.in b/pkgconfig/gnunetdns.pc.in
new file mode 100644
index 000000000..9f215f3bb
--- /dev/null
+++ b/pkgconfig/gnunetdns.pc.in
@@ -0,0 +1,12 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet DNS
7Description: Provides API to access GNUnet's DNS service (to intercept and manipulate DNS queries)
8URL: http://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetdns
12Cflags: -I${includedir}
diff --git a/pkgconfig/gnunetdnsparser.pc.in b/pkgconfig/gnunetdnsparser.pc.in
new file mode 100644
index 000000000..ffb5fca8b
--- /dev/null
+++ b/pkgconfig/gnunetdnsparser.pc.in
@@ -0,0 +1,12 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet DNS parser
7Description: Provides API for parsing and serializing DNS packets
8URL: http://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetdnsparser
12Cflags: -I${includedir}
diff --git a/pkgconfig/gnunetdhtlog.pc.in b/pkgconfig/gnunetgns.pc.in
index 29fcef09a..fa0f8eac8 100644
--- a/pkgconfig/gnunetdhtlog.pc.in
+++ b/pkgconfig/gnunetgns.pc.in
@@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@
3libdir=@libdir@ 3libdir=@libdir@
4includedir=@includedir@ 4includedir=@includedir@
5 5
6Name: GNUnet dhtlog 6Name: GNUnet GNS
7Description: Library for logging DHT operations via plugins 7Description: Provides API to access the GNUnet Naming System
8URL: http://gnunet.org 8URL: http://gnunet.org
9Version: @VERSION@ 9Version: @VERSION@
10Requires: 10Requires:
11Libs: -L${libdir} -lgnunetdhtlog 11Libs: -L${libdir} -lgnunetgns
12Cflags: -I${includedir} 12Cflags: -I${includedir}
diff --git a/pkgconfig/gnunetlockmanager.pc.in b/pkgconfig/gnunetlockmanager.pc.in
new file mode 100644
index 000000000..d2c4f7be1
--- /dev/null
+++ b/pkgconfig/gnunetlockmanager.pc.in
@@ -0,0 +1,12 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet Lockmanager
7Description: Provides API for mutual exclusion between GNUnet services
8URL: http://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetlockmanager
12Cflags: -I${includedir}
diff --git a/pkgconfig/gnunetmesh.pc.in b/pkgconfig/gnunetmesh.pc.in
new file mode 100644
index 000000000..e6ed8de1a
--- /dev/null
+++ b/pkgconfig/gnunetmesh.pc.in
@@ -0,0 +1,12 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet Mesh
7Description: API for multicast and multi-hop routing between GNUnet peers
8URL: http://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetmesh
12Cflags: -I${includedir}
diff --git a/pkgconfig/gnunetmysql.pc.in b/pkgconfig/gnunetmysql.pc.in
new file mode 100644
index 000000000..a3d547f06
--- /dev/null
+++ b/pkgconfig/gnunetmysql.pc.in
@@ -0,0 +1,12 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet MySQL
7Description: Provides API for common interactions with libmysqlclient
8URL: http://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetmysql
12Cflags: -I${includedir}
diff --git a/pkgconfig/gnunetnamestore.pc.in b/pkgconfig/gnunetnamestore.pc.in
new file mode 100644
index 000000000..964c6eb49
--- /dev/null
+++ b/pkgconfig/gnunetnamestore.pc.in
@@ -0,0 +1,12 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet Namestore
7Description: Provides API for storing GNS records to a database
8URL: http://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetnamestore
12Cflags: -I${includedir}
diff --git a/pkgconfig/gnunetpostgres.pc.in b/pkgconfig/gnunetpostgres.pc.in
new file mode 100644
index 000000000..5d8231521
--- /dev/null
+++ b/pkgconfig/gnunetpostgres.pc.in
@@ -0,0 +1,12 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet Postgres
7Description: API with common functions for interacting with libpq
8URL: http://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetpostgres
12Cflags: -I${includedir}
diff --git a/pkgconfig/gnunetstream.pc.in b/pkgconfig/gnunetstream.pc.in
new file mode 100644
index 000000000..47c4dde07
--- /dev/null
+++ b/pkgconfig/gnunetstream.pc.in
@@ -0,0 +1,12 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet Stream
7Description: Provides API for reliable, in-order communcation between two peers
8URL: http://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetstream
12Cflags: -I${includedir}
diff --git a/pkgconfig/gnunettestbed.pc.in b/pkgconfig/gnunettestbed.pc.in
new file mode 100644
index 000000000..cf4fffb46
--- /dev/null
+++ b/pkgconfig/gnunettestbed.pc.in
@@ -0,0 +1,12 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet Testbed
7Description: Provides API for deploying and managing testbeds
8URL: http://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunettestbed
12Cflags: -I${includedir}
diff --git a/pkgconfig/gnunettun.pc.in b/pkgconfig/gnunettun.pc.in
new file mode 100644
index 000000000..2a3bd5213
--- /dev/null
+++ b/pkgconfig/gnunettun.pc.in
@@ -0,0 +1,12 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet TUN
7Description: Provides API for parsing IP packets for Linux TUN interface interaction
8URL: http://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunettun
12Cflags: -I${includedir}
diff --git a/pkgconfig/gnunetvpn.pc.in b/pkgconfig/gnunetvpn.pc.in
new file mode 100644
index 000000000..db8d6f996
--- /dev/null
+++ b/pkgconfig/gnunetvpn.pc.in
@@ -0,0 +1,12 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet VPN
7Description: Provides API for accessing the GNUnet VPN
8URL: http://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetvpn
12Cflags: -I${includedir}