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

Jean-Marc Valin jm at xiph.org
Fri May 30 23:10:44 PDT 2003



jm          03/05/31 02:10:43

  Modified:    .        Tag: rel-1-0-branch configure.in
               src      Tag: rel-1-0-branch Makefile.am
  Log:
  minor fix for build (merged), version set to 1.0.1

Revision  Changes    Path
No                   revision

<p>No                   revision

<p>1.50.2.1  +2 -2      speex/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/speex/configure.in,v
retrieving revision 1.50
retrieving revision 1.50.2.1
diff -u -r1.50 -r1.50.2.1
--- configure.in	1 May 2003 20:22:48 -0000	1.50
+++ configure.in	31 May 2003 06:10:43 -0000	1.50.2.1
@@ -4,8 +4,8 @@
 
 SPEEX_MAJOR_VERSION=1
 SPEEX_MINOR_VERSION=0
-SPEEX_MICRO_VERSION=0
-SPEEX_VERSION=1.0
+SPEEX_MICRO_VERSION=1
+SPEEX_VERSION=1.0.1
 
 SPEEX_LT_CURRENT=1
 SPEEX_LT_REVISION=0

<p><p>No                   revision

<p>No                   revision

<p>1.9.2.1   +3 -3      speex/src/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/speex/src/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -r1.9 -r1.9.2.1
--- Makefile.am	8 Feb 2003 19:31:05 -0000	1.9
+++ Makefile.am	31 May 2003 06:10:43 -0000	1.9.2.1
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in. -*-Makefile-*-
 
-# $Id: Makefile.am,v 1.9 2003/02/08 19:31:05 jm Exp $
+# $Id: Makefile.am,v 1.9.2.1 2003/05/31 06:10:43 jm Exp $
 
 # Disable automatic dependency tracking if using other tools than gcc and gmake
 #AUTOMAKE_OPTIONS = no-dependencies
@@ -18,7 +18,7 @@
 bin_PROGRAMS = speexenc speexdec
 
 speexenc_SOURCES = speexenc.c wav_io.c
-speexenc_LDADD = $(top_srcdir)/libspeex/libspeex.la $(OGG_LDFLAGS) $(OGG_LIBS)
+speexenc_LDADD = $(top_builddir)/libspeex/libspeex.la $(OGG_LDFLAGS) $(OGG_LIBS)
 
 speexdec_SOURCES = speexdec.c wav_io.c
-speexdec_LDADD = $(top_srcdir)/libspeex/libspeex.la $(OGG_LDFLAGS) $(OGG_LIBS)
+speexdec_LDADD = $(top_builddir)/libspeex/libspeex.la $(OGG_LDFLAGS) $(OGG_LIBS)

<p><p>--- >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