You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
2.0 KiB

  1. --- a/src/Makefile.am
  2. +++ b/src/Makefile.am
  3. @@ -49,13 +49,6 @@ pkcs11_la_LIBADD = $(libp11_la_OBJECTS)
  4. pkcs11_la_LDFLAGS = $(AM_LDFLAGS) -module -shared -shrext $(SHARED_EXT) \
  5. -avoid-version -export-symbols "$(srcdir)/pkcs11.exports"
  6. -# OpenSSL older than 1.1.0 expected libpkcs11.so instead of pkcs11.so
  7. -check-local: $(LTLIBRARIES)
  8. - cd .libs && $(LN_S) -f pkcs11$(SHARED_EXT) libpkcs11$(SHARED_EXT)
  9. -
  10. -install-exec-hook:
  11. - cd '$(DESTDIR)$(enginesexecdir)' && $(LN_S) -f pkcs11$(SHARED_EXT) libpkcs11$(SHARED_EXT)
  12. -
  13. if WIN32
  14. # def file required for MS users to build library
  15. mylibdir=$(libdir)
  16. --- a/src/Makefile.in
  17. +++ b/src/Makefile.in
  18. @@ -900,7 +900,7 @@ distdir-am: $(DISTFILES)
  19. fi; \
  20. done
  21. check-am: all-am
  22. - $(MAKE) $(AM_MAKEFLAGS) check-local
  23. + $(MAKE) $(AM_MAKEFLAGS)
  24. check: check-am
  25. all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) config.h
  26. installdirs:
  27. @@ -989,7 +989,7 @@ install-dvi-am:
  28. install-exec-am: install-enginesexecLTLIBRARIES install-libLTLIBRARIES
  29. @$(NORMAL_INSTALL)
  30. - $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
  31. + $(MAKE) $(AM_MAKEFLAGS)
  32. install-html: install-html-am
  33. install-html-am:
  34. @@ -1052,14 +1052,14 @@ uninstall-am: uninstall-enginesexecLTLIB
  35. .MAKE: all check-am install-am install-exec-am install-strip
  36. .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am \
  37. - check-local clean clean-enginesexecLTLIBRARIES clean-generic \
  38. + clean clean-enginesexecLTLIBRARIES clean-generic \
  39. clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
  40. ctags-am distclean distclean-compile distclean-generic \
  41. distclean-hdr distclean-libtool distclean-tags distdir dvi \
  42. dvi-am html html-am info info-am install install-am \
  43. install-data install-data-am install-dvi install-dvi-am \
  44. install-enginesexecLTLIBRARIES install-exec install-exec-am \
  45. - install-exec-hook install-html install-html-am \
  46. + install-html install-html-am \
  47. install-includeHEADERS install-info install-info-am \
  48. install-libLTLIBRARIES install-man install-mylibDATA \
  49. install-pdf install-pdf-am install-pkgconfigDATA install-ps \