Fix mistake in version-info. Age wasn't supposed to be incremented.
authorScott Cantor <cantor.2@osu.edu>
Tue, 27 May 2008 01:26:32 +0000 (01:26 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 27 May 2008 01:26:32 +0000 (01:26 +0000)
shib-target/Makefile.am
shib/Makefile.am

index 6c14b52..216fab3 100644 (file)
@@ -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:1:1
+libshib_target_la_LDFLAGS = -version-info 5:1:0
 
 
 
index 24454f5..cd33b0e 100644 (file)
@@ -22,7 +22,7 @@ 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:1:1
+libshib_la_LDFLAGS = -version-info 6:1:0
 
 install-exec-hook:
        for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done