remove default engines include

This commit is contained in:
Pawel Kolodziejski 2009-05-26 14:18:34 +00:00
parent 630813cbeb
commit c57b972150

View file

@ -9,7 +9,7 @@ srcdir ?= .
DEFINES := -DHAVE_CONFIG_H DEFINES := -DHAVE_CONFIG_H
LDFLAGS := LDFLAGS :=
INCLUDES := -I. -I$(srcdir) -I$(srcdir)/engines INCLUDES := -I. -I$(srcdir)
LIBS := LIBS :=
OBJS := OBJS :=
DEPDIR := .deps DEPDIR := .deps