From c57b9721502a0e11ed190c8da75d78d8dd516f7c Mon Sep 17 00:00:00 2001 From: Pawel Kolodziejski Date: Tue, 26 May 2009 14:18:34 +0000 Subject: [PATCH] remove default engines include --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00f95dc691b..a6055821990 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ srcdir ?= . DEFINES := -DHAVE_CONFIG_H LDFLAGS := -INCLUDES := -I. -I$(srcdir) -I$(srcdir)/engines +INCLUDES := -I. -I$(srcdir) LIBS := OBJS := DEPDIR := .deps