do not install bundles on mac os X. no reason to.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2613 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-09-21 20:17:22 +00:00
parent fe64862a1e
commit d05e28d1f5
1 changed files with 0 additions and 14 deletions

View File

@ -42,17 +42,3 @@ pkcs11-jar: jar-dir
cp opensc_pkcs11_install.js jar-dir
signtool -Z"opensc-pkcs11.jar" -i"opensc_pkcs11_install.js" \
-k"testcert" jar-dir
install-exec-local: install-libLTLIBRARIES
if HAVE_BUNDLES
-${top_srcdir}/macos/libtool-bundle $(DESTDIR)$(libdir)/opensc-pkcs11.so \
$(DESTDIR)$(bundledir)/
-${top_srcdir}/macos/libtool-bundle $(DESTDIR)$(libdir)/pkcs11-spy.so \
$(DESTDIR)$(bundledir)/
endif
uninstall-local: uninstall-libLTLIBRARIES
if HAVE_BUNDLES
rm -rf $(DESTDIR)$(bundledir)/opensc-pkcs11.bundle/
rm -rf $(DESTDIR)$(bundledir)/pkcs11-spy.bundle/
endif