changeset 17101:16b1de65666b

add missing -I..
author rathann
date Mon, 05 Dec 2005 01:34:47 +0000
parents 29760118597b
children 85a668c410ec
files liba52/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liba52/Makefile	Mon Dec 05 01:34:13 2005 +0000
+++ b/liba52/Makefile	Mon Dec 05 01:34:47 2005 +0000
@@ -6,7 +6,7 @@
 SRCS    = crc.c resample.c bit_allocate.c bitstream.c downmix.c imdct.c imdct_mlib.c parse.c
 OBJS	= $(SRCS:.c=.o)
 
-CFLAGS  = $(MLIB_INC) $(OPTFLAGS) 
+CFLAGS  = $(MLIB_INC) $(OPTFLAGS) -I..
 
 .SUFFIXES: .c .o