- Minor bundle handling fixes

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1671 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2003-12-12 09:32:34 +00:00
parent 5d0095eeb2
commit 13030f54b1
2 changed files with 14 additions and 0 deletions

View File

@ -50,3 +50,9 @@ if HAVE_BUNDLES
-${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

View File

@ -40,3 +40,11 @@ if HAVE_BUNDLES
$(DESTDIR)$(bundledir)/
endif
endif
uninstall-local: uninstall-libLTLIBRARIES
if HAVE_ENGINE
if HAVE_BUNDLES
rm -rf $(DESTDIR)$(bundledir)/engine_opensc.bundle/
rm -rf $(DESTDIR)$(bundledir)/engine_pkcs11.bundle/
endif
endif