aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Horn2005-06-24 15:26:06 +0000
committerMax Horn2005-06-24 15:26:06 +0000
commit81022b9c28ce51c4b4a70d3cf09f5a2092c68af3 (patch)
treee5313628d9a36023606cfe43ffb3c92efa5cc1e3 /Makefile
parent8b1d7b916673078d20f15540f9cc2f531340ba97 (diff)
downloadscummvm-rg350-81022b9c28ce51c4b4a70d3cf09f5a2092c68af3.tar.gz
scummvm-rg350-81022b9c28ce51c4b4a70d3cf09f5a2092c68af3.tar.bz2
scummvm-rg350-81022b9c28ce51c4b4a70d3cf09f5a2092c68af3.zip
Fix for bug #1226522 (do not add common to list of include paths, to avoid name clashes with system headers)
svn-id: r18445
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d959f9264d..de6f1cea06 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ srcdir ?= .
DEFINES := -DHAVE_CONFIG_H
LDFLAGS :=
-INCLUDES := -I. -I$(srcdir) -I$(srcdir)/common
+INCLUDES := -I. -I$(srcdir)
LIBS :=
OBJS :=