Generate src/pkcs15init/Makefile

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@419 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2002-04-02 13:38:57 +00:00
parent 517f19ca17
commit d5100f065c
2 changed files with 3 additions and 0 deletions

View File

@ -980,6 +980,7 @@ src/openssh/Makefile
src/pam/Makefile
src/pkcs11/Makefile
src/pkcs11/rsaref/Makefile
src/pkcs15init/Makefile
src/scam/Makefile
src/scconf/Makefile
src/scldap/Makefile

View File

@ -1,5 +1,7 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @CFLAGS_OPENSC@ -DSC_PKCS15_PROFILE_DIRECTORY=\"$(pkgdatadir)\"
LDFLAGS = @LDFLAGS@ @LIBOPENSC@ @LIBCRYPTO@