From 0221a112acdf950799c19796961220466aadb396 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 6 Oct 2013 20:38:44 +0000 Subject: -add missing pkgconfig generations --- pkgconfig/gnunetidentity.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pkgconfig/gnunetidentity.pc.in (limited to 'pkgconfig/gnunetidentity.pc.in') diff --git a/pkgconfig/gnunetidentity.pc.in b/pkgconfig/gnunetidentity.pc.in new file mode 100644 index 000000000..27e77f763 --- /dev/null +++ b/pkgconfig/gnunetidentity.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: GNUnet IDENTITY +Description: library to access and organize private keys of the user's egos +URL: https://gnunet.org +Version: @VERSION@ +Requires: +Libs: -L${libdir} -lgnunetidentity +Cflags: -I${includedir} -- cgit v1.2.3