diff options
author | Stef Walter <stefw@redhat.com> | 2016-11-29 13:30:55 +0100 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2016-11-29 13:32:23 +0100 |
commit | 561ee23f218c7a68a2ef46525502f978e56fc1bb (patch) | |
tree | 8deb8569f109a0e9dea11736f56ad5e47f42dc11 /p11-kit/p11-kit-1.pc.in | |
parent | a96f354c3068edb6c8ac80ae6d9a6611651145d7 (diff) | |
download | p11-kit-561ee23f218c7a68a2ef46525502f978e56fc1bb.tar.gz |
This repository has moved to GitHub to allow further contributions
and more flexibility who can merge changes.
More details here:
https://lists.freedesktop.org/archives/p11-glue/2016-November/000626.html
Diffstat (limited to 'p11-kit/p11-kit-1.pc.in')
-rw-r--r-- | p11-kit/p11-kit-1.pc.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/p11-kit/p11-kit-1.pc.in b/p11-kit/p11-kit-1.pc.in deleted file mode 100644 index d0d378d..0000000 --- a/p11-kit/p11-kit-1.pc.in +++ /dev/null @@ -1,22 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ -datarootdir=@datarootdir@ -datadir=@datadir@ -pkgdatadir=@datadir@/p11-kit -sysconfdir=@sysconfdir@ -p11_module_configs=@p11_package_config_modules@ -p11_module_path=@p11_module_path@ -proxy_module=@libdir@/p11-kit-proxy.so - -# This is for compatibility. Other packages were using this to determine -# the directory they should install their module configs to, so override -# this and redirect them to the new location -p11_system_config_modules=@p11_package_config_modules@ - -Name: p11-kit -Description: Library and proxy module for properly loading and sharing PKCS#11 modules. -Version: @VERSION@ -Libs: -L${libdir} -lp11-kit -Cflags: -I${includedir}/p11-kit-1 |