Update lib interface revision.
authorScott Cantor <cantor.2@osu.edu>
Wed, 13 Oct 2004 05:22:40 +0000 (05:22 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 13 Oct 2004 05:22:40 +0000 (05:22 +0000)
shib-target/Makefile.am
shib/Makefile.am

index 0e053f4..7adc89b 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 4:0:0
+libshib_target_la_LDFLAGS = -version-info 4:1:0
 
 
 
index bb1a6d3..a3562a5 100644 (file)
@@ -20,7 +20,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 5:0:0
+libshib_la_LDFLAGS = -version-info 5:1:0
 
 install-exec-hook:
        for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done