aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2019-03-27 14:20:06 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2019-03-27 14:20:06 +0000
commit8c86fe26b4e371af1fd007d076025a5d5e442f42 (patch)
tree9cd95360880722899016f22397bc5a7a64bde112 /lib/Makefile.in
parent072494ad0074ea42df51c8d44608fd63215dac15 (diff)
downloadsg3_utils-8c86fe26b4e371af1fd007d076025a5d5e442f42.tar.gz
library: add to '.so' name; rescan-scsi-bus: multiple patches to sync with Suse
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@815 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 1b28ad22..b6781258 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -368,7 +368,7 @@ AM_CFLAGS = -Wall -W $(DBG_CFLAGS)
# AM_CFLAGS = -Wall -W -pedantic -std=c++14
# AM_CFLAGS = -Wall -W -pedantic -std=c++1z
lib_LTLIBRARIES = libsgutils2.la
-libsgutils2_la_LDFLAGS = -version-info 2:0:0 -no-undefined
+libsgutils2_la_LDFLAGS = -version-info 2:0:0 -no-undefined -release ${PACKAGE_VERSION}
libsgutils2_la_LIBADD = @GETOPT_O_FILES@
libsgutils2_la_DEPENDENCIES = @GETOPT_O_FILES@
all: all-am