diff options
author | Max Horn | 2005-06-24 15:26:06 +0000 |
---|---|---|
committer | Max Horn | 2005-06-24 15:26:06 +0000 |
commit | 81022b9c28ce51c4b4a70d3cf09f5a2092c68af3 (patch) | |
tree | e5313628d9a36023606cfe43ffb3c92efa5cc1e3 /Makefile | |
parent | 8b1d7b916673078d20f15540f9cc2f531340ba97 (diff) | |
download | scummvm-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ srcdir ?= . DEFINES := -DHAVE_CONFIG_H LDFLAGS := -INCLUDES := -I. -I$(srcdir) -I$(srcdir)/common +INCLUDES := -I. -I$(srcdir) LIBS := OBJS := |