remove default engines include
This commit is contained in:
parent
630813cbeb
commit
c57b972150
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue