aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2008-06-25 14:41:23 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2008-06-25 14:41:23 +0000
commitbcb0eccef4ae170ddd117819b9fe9d0d962575fb (patch)
tree80790af8fde8bb3e06d86430907501ee40ea991c
parent2b272de9a660b2653160c1329e23758c68c02e12 (diff)
downloadsg3_utils-bcb0eccef4ae170ddd117819b9fe9d0d962575fb.tar.gz
change static library name from libsgutils.la to libsgutils2.la to avoid clash
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@181 6180dd3e-e324-4e3e-922d-17de1ae2f315
-rw-r--r--ChangeLog2
-rw-r--r--lib/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ea6e6d28..f2bfa3bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ Each utility has its own version number, date of last change and
some description at the top of its ".c" file. All utilities in the main
directory have their own "man" pages. There is also a sg3_utils man page.
-Changelog for sg3_utils-1.26 [20080623] [svn: r180]
+Changelog for sg3_utils-1.26 [20080625] [svn: r181]
- sg_sat_phy_event: new utility; copied from examples
directory and enhanced, rename original to sg__sat_phy_event
- sg_ses: sync with ses2r19b, many nomenclature changes
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 5e70816c..7b52faf1 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -131,7 +131,7 @@ endif
AM_CFLAGS = -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W
# AM_CFLAGS = -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -pedantic -std=c99
-lib_LTLIBRARIES = libsgutils.la
+lib_LTLIBRARIES = libsgutils2.la
libsgutils_la_LDFLAGS = -version-info 2:0:0