aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2004-04-06 21:50:04 +0000
committerMax Horn2004-04-06 21:50:04 +0000
commit44019f8bfaaada699a1b6ddcd9e77d4e58f60551 (patch)
tree2e232be1887e7dc99439fbb42b441d169063255a
parent4fef6d8972cf34f0c6ea709b801183df65757b7f (diff)
downloadscummvm-rg350-44019f8bfaaada699a1b6ddcd9e77d4e58f60551.tar.gz
scummvm-rg350-44019f8bfaaada699a1b6ddcd9e77d4e58f60551.tar.bz2
scummvm-rg350-44019f8bfaaada699a1b6ddcd9e77d4e58f60551.zip
Fix for building from an external dir (ensures that the correct config.h gets included)
svn-id: r13489
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a6cfc580ef..64296372ae 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ srcdir ?= .
DEFINES := -DHAVE_CONFIG_H
LDFLAGS :=
-INCLUDES := -I$(srcdir) -I$(srcdir)/common
+INCLUDES := -I. -I$(srcdir) -I$(srcdir)/common
LIBS :=
OBJS :=