Blame sofort/core/_version/_soname/version_soname_copy.mk

586a8f
# version_soname_copy.mk: handling of shared library versioning schemes.
586a8f
# this file is covered by COPYING.SOFORT.
586a8f
586a8f
install-soname:		install-lib
586a8f
			cp $(SHARED_LIB) $(DESTDIR)$(LIBDIR)/$(DSO_SONAME)
586a8f
586a8f
$(SHARED_SONAME):	$(SHARED_LIB)
586a8f
			cp $(SHARED_LIB) $(SHARED_SONAME)