[xiph-cvs] cvs commit: vorbis/lib Makefile.am

Jack Moffitt jack at xiph.org
Mon Nov 6 19:58:10 PST 2000



jack        00/11/06 19:58:10

  Modified:    examples Makefile.am
               lib      Makefile.am
  Log:
  minor ommision (thanks to warren spits)

Revision  Changes    Path
1.5       +1 -1      vorbis/examples/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis/examples/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.am	2000/11/06 00:06:53	1.4
+++ Makefile.am	2000/11/07 03:58:09	1.5
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
 
 noinst_PROGRAMS = decoder_example encoder_example chaining_example\
                 vorbisfile_example seeking_example

1.4       +1 -1      vorbis/lib/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile.am	2000/11/06 00:07:00	1.3
+++ Makefile.am	2000/11/07 03:58:10	1.4
@@ -4,7 +4,7 @@
 
 SUBDIRS = modes books
 
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
 
 lib_LTLIBRARIES = libvorbis.la libvorbisfile.la libvorbisenc.la
 

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