From d1ff9051bde770cdbc556daed3edce40a20821f2 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Tue, 7 Nov 2000 03:58:10 +0000 Subject: [PATCH] minor ommision (thanks to warren spits) svn path=/trunk/vorbis/; revision=1006 --- examples/Makefile.am | 2 +- lib/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4