X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2FMakefile.in;h=160ae16a9a9d9057a2a32855b017f649f4f11704;hb=0946af36afe7a3fcf6e203ce4e620f20cc878369;hp=9367bc37204cf0c2220cb66b0809a95b9a16a7a1;hpb=f03fc45feeecd516647387615332aa04ba65c714;p=platform%2Fupstream%2Flibvorbis.git diff --git a/lib/Makefile.in b/lib/Makefile.in index 9367bc3..160ae16 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,5 +1,5 @@ # vorbis makefile configured for use with gcc on any platform -# $Id: Makefile.in,v 1.33 2000/07/12 09:36:17 xiphmont Exp $ +# $Id: Makefile.in,v 1.34 2000/08/30 06:09:21 xiphmont Exp $ ############################################################################### # # @@ -15,7 +15,7 @@ # (unless, of course, you know what you are doing :) ########################## @SET_MAKE@ -FLAGS=-I. -I../include @CFLAGS@ -Dvorbis_size32_t='@SIZE32@' +FLAGS=-I. -I../include @CFLAGS@ OPT=@OPT@ $(FLAGS) DEBUG=@DEBUG@ $(FLAGS) PROFILE=@PROFILE@ $(FLAGS)