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

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