From bdd6188e299405e16179906bc79f9fef2605176a Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 27 May 2011 14:42:35 +0200 Subject: 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. --- p11-kit/p11-kit.pc | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 p11-kit/p11-kit.pc (limited to 'p11-kit/p11-kit.pc') diff --git a/p11-kit/p11-kit.pc b/p11-kit/p11-kit.pc deleted file mode 100644 index ce763cc..0000000 --- a/p11-kit/p11-kit.pc +++ /dev/null @@ -1,17 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include -datarootdir=${prefix}/share -datadir=${datarootdir} -sysconfdir=/etc -p11_system_conf=/etc/pkcs11/pkcs11.conf -p11_system_modules=/etc/pkcs11/modules -p11_user_conf=~/.pkcs11/pkcs11.conf -p11_user_modules=~/.pkcs11/modules - -Name: p11-kit -Description: Library and proxy module for properly loading and sharing PKCS#11 modules. -Version: 0.1 -Libs: -L${libdir} -lp11-kit -Cflags: -I${includedir}/p11-kit -- cgit v1.1