Fix for building from an external dir (ensures that the correct config.h gets included)

svn-id: r13489
This commit is contained in:
Max Horn 2004-04-06 21:50:04 +00:00
parent 4fef6d8972
commit 44019f8bfa

View File

@ -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 :=