# HG changeset patch # User gabucino # Date 1005937983 0 # Node ID 660233346f4f1d28910b6d9a13cf3ca9353a44da # Parent d1a4f4ca7178a3851df399310f6ebf4a73e76f41 postproc/ dir now respects --with-extraincdir Now that I'm fixing configure1, here comes configure2 ehh ;) diff -r d1a4f4ca7178 -r 660233346f4f libpostproc/Makefile --- a/libpostproc/Makefile Wed Nov 14 11:51:36 2001 +0000 +++ b/libpostproc/Makefile Fri Nov 16 19:13:03 2001 +0000 @@ -10,7 +10,7 @@ SRCS += yuv2rgb_mmx.c endif -CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall +CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall $(EXTRA_INC) # -I/usr/X11R6/include/ .SUFFIXES: .c .o