From: Jack Moffitt Date: Tue, 7 Nov 2000 03:58:10 +0000 (+0000) Subject: minor ommision (thanks to warren spits) X-Git-Tag: v1.3.3~1116 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1ff9051bde770cdbc556daed3edce40a20821f2;p=platform%2Fupstream%2Flibvorbis.git minor ommision (thanks to warren spits) svn path=/trunk/vorbis/; revision=1006 --- diff --git a/examples/Makefile.am b/examples/Makefile.am index 86aea17..e1a96b4 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -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 diff --git a/lib/Makefile.am b/lib/Makefile.am index bd77824..64bc4a0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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