diff options
author | Max Horn | 2004-04-06 21:50:04 +0000 |
---|---|---|
committer | Max Horn | 2004-04-06 21:50:04 +0000 |
commit | 44019f8bfaaada699a1b6ddcd9e77d4e58f60551 (patch) | |
tree | 2e232be1887e7dc99439fbb42b441d169063255a | |
parent | 4fef6d8972cf34f0c6ea709b801183df65757b7f (diff) | |
download | scummvm-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 := |