[xiph-cvs] cvs commit: speex/src Makefile.am
Jean-Marc Valin
jm at xiph.org
Thu May 29 19:09:30 PDT 2003
jm 03/05/29 22:09:30
Modified: src Makefile.am
Log:
fixed a build problem when top_srcdir != top_builddir
Revision Changes Path
1.10 +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.10
diff -u -r1.9 -r1.10
--- Makefile.am 8 Feb 2003 19:31:05 -0000 1.9
+++ Makefile.am 30 May 2003 02:09:30 -0000 1.10
@@ -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.10 2003/05/30 02:09:30 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