summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 00:18:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 00:18:13 +0000
commit1b9a018435ea0b191e2b100de48b879a31642ac9 (patch)
treef5134a2c2296664c0d77bfade80c896b883089da /TOOLS
parent63a91cc69a4b478c4e0877d388365bc2a328c037 (diff)
downloadmpv-1b9a018435ea0b191e2b100de48b879a31642ac9.tar.bz2
mpv-1b9a018435ea0b191e2b100de48b879a31642ac9.tar.xz
Merge INCLUDE and CFLAGS, fixes Cola from last commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22654 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/netstream/Makefile3
1 files changed, 1 insertions, 2 deletions
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