From: Scott Cantor Date: Sun, 16 Sep 2007 04:06:31 +0000 (+0000) Subject: Up library versions. X-Git-Tag: 1.3.1~50 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=166a3fe46c4080eac969e32ce4d6d01398bb378c Up library versions. --- diff --git a/shib-target/Makefile.am b/shib-target/Makefile.am index 0052e58..6c14b52 100644 --- a/shib-target/Makefile.am +++ b/shib-target/Makefile.am @@ -35,7 +35,7 @@ libshib_target_la_SOURCES = \ # this is different from the project version # http://sources.redhat.com/autobook/autobook/autobook_91.html -libshib_target_la_LDFLAGS = -version-info 5:0:0 +libshib_target_la_LDFLAGS = -version-info 5:1:1 diff --git a/shib/Makefile.am b/shib/Makefile.am index 6dd7b7c..24454f5 100644 --- a/shib/Makefile.am +++ b/shib/Makefile.am @@ -22,10 +22,9 @@ libshib_la_SOURCES = \ # this is different from the project version # http://sources.redhat.com/autobook/autobook/autobook_91.html -libshib_la_LDFLAGS = -version-info 6:0:0 +libshib_la_LDFLAGS = -version-info 6:1:1 install-exec-hook: for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done EXTRA_DIST = shib.dsp shib-threads-win32.cpp resource.h shib.rc -