[xiph-cvs] cvs commit: ogg/src Makefile.am

Jack Moffitt jack at xiph.org
Tue Sep 26 11:28:28 PDT 2000



jack        00/09/26 11:28:27

  Modified:    .        configure.in
               src      Makefile.am
  Log:
  library versioning fixed

Revision  Changes    Path
1.2       +9 -0      ogg/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ogg/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configure.in	2000/09/03 05:54:27	1.1
+++ configure.in	2000/09/26 18:28:27	1.2
@@ -3,6 +3,15 @@
 
 AM_INIT_AUTOMAKE(libogg,1.0.0)
 
+dnl Library versioning
+
+LIB_CURRENT=0
+LIB_REVISION=0
+LIB_AGE=0
+AC_SUBST(LIB_CURRENT)
+AC_SUBST(LIB_REVISION)
+AC_SUBST(LIB_AGE)
+
 AC_PROG_CC
 AM_PROG_LIBTOOL
 

1.2       +1 -1      ogg/src/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ogg/src/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am	2000/09/03 05:54:28	1.1
+++ Makefile.am	2000/09/26 18:28:27	1.2
@@ -7,7 +7,7 @@
 lib_LTLIBRARIES = libogg.la
 
 libogg_la_SOURCES = framing.c bitwise.c
-libogg_la_LDFLAGS = -version-info 1:0:0
+libogg_la_LDFLAGS = -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
 
 debug:
         $(MAKE) all CFLAGS="@DEBUG@"

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list