diff options
author | Alon Levy <alevy@redhat.com> | 2011-06-27 11:58:20 +0200 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2011-07-26 10:42:13 +0300 |
commit | 0f94d6da357954857f95d5be69817d8551a5526f (patch) | |
tree | 59109b203b6d3bd2238244d76ba1de399d138e1e /libcacard/libcacard.pc.in | |
parent | 2b56cb87e46fbfc5dca31ed13ffc9a5422e1e405 (diff) |
libcacard: add pc file, install it + includes
Additionally:
+ add --includedir configure parameters
+ make install-libcacard install vscclient as well
Diffstat (limited to 'libcacard/libcacard.pc.in')
-rw-r--r-- | libcacard/libcacard.pc.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libcacard/libcacard.pc.in b/libcacard/libcacard.pc.in new file mode 100644 index 0000000000..b6859b0c1f --- /dev/null +++ b/libcacard/libcacard.pc.in @@ -0,0 +1,13 @@ +prefix=@PREFIX@ +exec_prefix=${prefix} +libdir=@LIBDIR@ +includedir=@INCLUDEDIR@ + +Name: cacard +Description: CA Card library +Version: @VERSION@ + +Requires: nss +Libs: -L${libdir} -lcacard +Libs.private: +Cflags: -I${includedir} |