enable libp11.pc pkg-config file.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2391 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-07-10 18:37:58 +00:00
parent 9f308a1fcc
commit 30b9957637
3 changed files with 14 additions and 1 deletions

View File

@ -995,6 +995,8 @@ src/scrandom/Makefile
src/sia/Makefile
src/signer/Makefile
src/signer/npinclude/Makefile
src/libp11/Makefile
src/libp11/libp11.pc
src/sslengines/Makefile
src/tests/Makefile
src/tests/regression/Makefile

View File

@ -1,7 +1,7 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
DISTCLEANFILES= libp11.pc
EXTRA_DIST = Makefile.mak
lib_LTLIBRARIES = libp11.la

11
src/libp11/libp11.pc.in Normal file
View File

@ -0,0 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libp11
Description: libp11
Version: @VERSION@
Libs: -L${libdir} -lp11
Cflags: -I${includedir}