aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig/gnunetcadet.pc.in
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-05-07 12:07:30 +0000
committerBart Polot <bart@net.in.tum.de>2014-05-07 12:07:30 +0000
commit9c0d34cdc7a723c898ba72fa50d7dd7997416be9 (patch)
tree7128c46710de5ed9de3ebdb3762b85a41427db5c /pkgconfig/gnunetcadet.pc.in
parentc6ef1657be63d0786a625901c696459298397d17 (diff)
downloadgnunet-9c0d34cdc7a723c898ba72fa50d7dd7997416be9.tar.gz
gnunet-9c0d34cdc7a723c898ba72fa50d7dd7997416be9.zip
- more renaming
Diffstat (limited to 'pkgconfig/gnunetcadet.pc.in')
-rw-r--r--pkgconfig/gnunetcadet.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gnunetcadet.pc.in b/pkgconfig/gnunetcadet.pc.in
new file mode 100644
index 000000000..e6ed8de1a
--- /dev/null
+++ b/pkgconfig/gnunetcadet.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}