]> granicus.if.org Git - p11-kit/commit
Change around installation of headers, pkg-config, and file names
authorStef Walter <stefw@collabora.co.uk>
Fri, 27 May 2011 12:42:35 +0000 (14:42 +0200)
committerStef Walter <stefw@collabora.co.uk>
Fri, 27 May 2011 12:45:44 +0000 (14:45 +0200)
commitbdd6188e299405e16179906bc79f9fef2605176a
tree6d1654e4ee6c4411f1a8075c89353e5ee25c46d2
parent92f821b6883e700a97a18d244104dea1031f2dce
Change around installation of headers, pkg-config, and file names

 * Install headers to ${prefix}/include/p11-kit-1/p11-kit/
 * This solves problems with other projects that have their own
   pkcs11.h files.
 * Change the pkg-config file name to p11-kit-1.pc
 * Change the source file names.
17 files changed:
.gitignore
configure.ac
doc/Makefile.am
p11-kit/Makefile.am
p11-kit/debug.h
p11-kit/messages.c [moved from p11-kit/p11-kit-messages.c with 100% similarity]
p11-kit/modules.c [moved from p11-kit/p11-kit-lib.c with 99% similarity]
p11-kit/p11-kit-1.pc.in [moved from p11-kit/p11-kit.pc.in with 92% similarity]
p11-kit/p11-kit.h
p11-kit/p11-kit.pc [deleted file]
p11-kit/private.h [moved from p11-kit/p11-kit-private.h with 100% similarity]
p11-kit/proxy.c [moved from p11-kit/p11-kit-proxy.c with 99% similarity]
p11-kit/uri.c [moved from p11-kit/p11-kit-uri.c with 99% similarity]
p11-kit/uri.h [moved from p11-kit/p11-kit-uri.h with 99% similarity]
po/POTFILES.in
po/p11-kit.pot
tests/uri-test.c