- generate header symlinks for libpkcs11

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@778 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2002-12-17 12:37:44 +00:00
parent d584e80d71
commit 96c953c5a3
3 changed files with 24 additions and 0 deletions

View File

@ -1042,6 +1042,7 @@ src/Makefile
src/common/Makefile
src/include/Makefile
src/include/opensc/Makefile
src/include/opensc/rsaref/Makefile
src/assuan/Makefile
src/libopensc/Makefile
src/libopensc/opensc-config

View File

@ -2,6 +2,8 @@
RM = rm -f
SUBDIRS = rsaref
MAINTAINERCLEANFILES = Makefile.in \
asn1.h \
cardctl.h \
@ -27,6 +29,8 @@ all-local:
@$(LN_S) ../../libopensc/types.h types.h
@$(LN_S) ../../libopensc/pkcs15.h pkcs15.h
@$(LN_S) ../../pkcs15init/pkcs15-init.h pkcs15-init.h
@$(LN_S) ../../pkcs11/pkcs11.h pkcs11.h
@$(LN_S) ../../scconf/scconf.h scconf.h
@$(LN_S) ../../scldap/scldap.h scldap.h
@$(LN_S) ../../scrandom/scrandom.h scrandom.h

View File

@ -0,0 +1,19 @@
# Process this file with automake to create Makefile.in
RM = rm -f
MAINTAINERCLEANFILES = Makefile.in \
pkcs11.h \
pkcs11f.h \
pkcs11t.h \
unix.h \
win32.h
all-local:
@$(RM) *.h
@$(LN_S) ../../../pkcs11/rsaref/pkcs11.h pkcs11.h
@$(LN_S) ../../../pkcs11/rsaref/pkcs11f.h pkcs11f.h
@$(LN_S) ../../../pkcs11/rsaref/pkcs11t.h pkcs11t.h
@$(LN_S) ../../../pkcs11/rsaref/unix.h unix.h
@$(LN_S) ../../../pkcs11/rsaref/win32.h win32.h