aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig/gnunetrevocation.pc.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 20:38:44 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 20:38:44 +0000
commit0221a112acdf950799c19796961220466aadb396 (patch)
tree51684a13222eaf701109a3cfc5b1ed2845f5706e /pkgconfig/gnunetrevocation.pc.in
parent892ad7303d1a02993b1b85fe3eb8dca5d041948b (diff)
downloadgnunet-0221a112acdf950799c19796961220466aadb396.tar.gz
gnunet-0221a112acdf950799c19796961220466aadb396.zip
-add missing pkgconfig generations
Diffstat (limited to 'pkgconfig/gnunetrevocation.pc.in')
-rw-r--r--pkgconfig/gnunetrevocation.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gnunetrevocation.pc.in b/pkgconfig/gnunetrevocation.pc.in
new file mode 100644
index 000000000..eaeb2eb9f
--- /dev/null
+++ b/pkgconfig/gnunetrevocation.pc.in
@@ -0,0 +1,12 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet REVOCATION
7Description: library to perform key revocation in GNUnet
8URL: https://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetrevocation
12Cflags: -I${includedir}