diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-10-06 20:38:44 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-10-06 20:38:44 +0000 |
commit | 0221a112acdf950799c19796961220466aadb396 (patch) | |
tree | 51684a13222eaf701109a3cfc5b1ed2845f5706e /pkgconfig/gnunetpsycstore.pc.in | |
parent | 892ad7303d1a02993b1b85fe3eb8dca5d041948b (diff) |
-add missing pkgconfig generations
Diffstat (limited to 'pkgconfig/gnunetpsycstore.pc.in')
-rw-r--r-- | pkgconfig/gnunetpsycstore.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gnunetpsycstore.pc.in b/pkgconfig/gnunetpsycstore.pc.in new file mode 100644 index 000000000..765abdc5b --- /dev/null +++ b/pkgconfig/gnunetpsycstore.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: GNUnet PSYCSTORE +Description: library to for persistent storage of PSYC messages +URL: https://gnunet.org +Version: @VERSION@ +Requires: +Libs: -L${libdir} -lgnunetpsycstore +Cflags: -I${includedir} |