minor ommision (thanks to warren spits)
authorJack Moffitt <jack@xiph.org>
Tue, 7 Nov 2000 03:58:10 +0000 (03:58 +0000)
committerJack Moffitt <jack@xiph.org>
Tue, 7 Nov 2000 03:58:10 +0000 (03:58 +0000)
svn path=/trunk/vorbis/; revision=1006

examples/Makefile.am
lib/Makefile.am

index 86aea17..e1a96b4 100644 (file)
@@ -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
index bd77824..64bc4a0 100644 (file)
@@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign
 
 SUBDIRS = modes books
 
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
 
 lib_LTLIBRARIES = libvorbis.la libvorbisfile.la libvorbisenc.la