- install ui.h

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1552 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2003-10-21 11:12:07 +00:00
parent a644d83d68
commit f730572f34
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,8 @@ DISTCLEANFILES = \
scconf.h \
scdl.h \
scldap.h \
scrandom.h
scrandom.h \
ui.h
all-local:
@$(RM) *.h
@ -31,6 +32,7 @@ all-local:
@$(LN_S) ${top_srcdir}/src/libopensc/opensc.h opensc.h
@$(LN_S) ${top_srcdir}/src/libopensc/errors.h errors.h
@$(LN_S) ${top_srcdir}/src/libopensc/types.h types.h
@$(LN_S) ${top_srcdir}/src/libopensc/ui.h ui.h
@$(LN_S) ${top_srcdir}/src/libopensc/pkcs15.h pkcs15.h
@$(LN_S) ${top_srcdir}/src/pkcs15init/pkcs15-init.h pkcs15-init.h
@$(LN_S) ${top_srcdir}/src/pkcs15init/keycache.h keycache.h