added missing file
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@253 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -9,10 +9,12 @@ AC_CONFIG_MACRO_DIR([m4])
|
||||
AM_INIT_AUTOMAKE
|
||||
|
||||
# Checks for programs.
|
||||
AC_PROG_CXX
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_LN_S
|
||||
AC_PROG_LIBTOOL
|
||||
AC_PROG_RANLIB
|
||||
AM_PROG_CC_C_O
|
||||
PKG_PROG_PKG_CONFIG
|
||||
|
||||
|
||||
11
ccid/libpace.pc.in
Normal file
11
ccid/libpace.pc.in
Normal file
@@ -0,0 +1,11 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: libpace
|
||||
Description: Password Authenticated Connection Establishment (PACE) library
|
||||
Version: @VERSION@
|
||||
Requires: libopensc libssl
|
||||
Libs: -L${libdir} -lpace
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user