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

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