2007/11/8, Alon Bar-Lev <[EMAIL PROTECTED]>:
> This was supported once, then reverted (I don't know why).
> I agree it is better to have this on $(libdir)/pkcs11, but why
> not putting there the library itself?
>
> Also please note that you need to use $(DESTDIR)$(libdir)/pkcs11 so that
> libdir will be available also to 64bit.
>
> So you need something like:
>
> At configure.in:
> pkcs11dir="\$(libdir)/pkcs11"
> AC_SUBST([pkcs11dir])
>
> At Makefile.am:
> pkcs11_DATA=#This will create the directory
> install-data-hook:
>    $(LN_S) ../opensc-pkcs11.so $(DESTDIR)$(pkcs11dir)/opensc-pkcs11.so

Commited in revision 3300

thanks

-- 
 Dr. Ludovic Rousseau
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to