From 44019f8bfaaada699a1b6ddcd9e77d4e58f60551 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 6 Apr 2004 21:50:04 +0000 Subject: Fix for building from an external dir (ensures that the correct config.h gets included) svn-id: r13489 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 := -- cgit v1.2.3