From: Debian Science Maintainers Date: Tue, 17 Jun 2014 17:46:31 +0000 (+0100) Subject: soname X-Git-Tag: archive/raspbian/2.7.1-2+rpi1~1^2^2^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=48907caead800ac73d22ea60b4f760ede5395fbb;p=dune-common.git soname Gbp-Pq: Name soname.patch --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 6688147..6624b81 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -14,5 +14,6 @@ libdunecommon_la_SOURCES = nodist_EXTRA_libdunecommon_la_SOURCES = dummy.cc sourcescheck_DUMMY = dummy.cc libdunecommon_la_LIBADD = ../dune/common/libcommon.la +libdunecommon_la_LDFLAGS = -release $(subst -,,$(PACKAGE_VERSION)) include $(top_srcdir)/am/global-rules