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

Jean-Marc Valin jm at xiph.org
Sat Feb 8 11:31:05 PST 2003



jm          03/02/08 14:31:05

  Modified:    src      Makefile.am
  Log:
  forgot to include the path for Ogg includes

Revision  Changes    Path
1.9       +2 -2      speex/src/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/speex/src/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile.am	3 Oct 2002 05:48:12 -0000	1.8
+++ Makefile.am	8 Feb 2003 19:31:05 -0000	1.9
@@ -1,11 +1,11 @@
 ## Process this file with automake to produce Makefile.in. -*-Makefile-*-
 
-# $Id: Makefile.am,v 1.8 2002/10/03 05:48:12 jmvalin Exp $
+# $Id: Makefile.am,v 1.9 2003/02/08 19:31:05 jm Exp $
 
 # Disable automatic dependency tracking if using other tools than gcc and gmake
 #AUTOMAKE_OPTIONS = no-dependencies
 
-INCLUDES = -I$(top_srcdir)/libspeex
+INCLUDES = -I$(top_srcdir)/libspeex $(OGG_INCLUDES)
 
 mandir = $(prefix)/share/man
 man_MANS = speexenc.1 speexdec.1

<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