aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig/gnunetdatastore.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'pkgconfig/gnunetdatastore.pc.in')
-rw-r--r--pkgconfig/gnunetdatastore.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gnunetdatastore.pc.in b/pkgconfig/gnunetdatastore.pc.in
new file mode 100644
index 000000000..9a0ddf80d
--- /dev/null
+++ b/pkgconfig/gnunetdatastore.pc.in
@@ -0,0 +1,12 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet datastore
7Description: Management API for the datastore for files stored on a GNUnet node
8URL: http://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetdatastore
12Cflags: -I${includedir}