From 1b9a018435ea0b191e2b100de48b879a31642ac9 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 17 Mar 2007 00:18:13 +0000 Subject: Merge INCLUDE and CFLAGS, fixes Cola from last commit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22654 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/netstream/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/netstream/Makefile b/TOOLS/netstream/Makefile index 28e3ff2294..0758ef7b81 100644 --- a/TOOLS/netstream/Makefile +++ b/TOOLS/netstream/Makefile @@ -3,8 +3,7 @@ MPROOT=../.. include $(MPROOT)/config.mak -INCLUDE = -I$(MPROOT) -I$(MPROOT)/loader -CFLAGS = $(OPTFLAGS) +CFLAGS = $(OPTFLAGS) -I$(MPROOT) -I$(MPROOT)/loader # .PHONY: all clean -- cgit v1.2.3