Get include files from the current directory first.

oldstable
Alexandre Julliard 1999-05-15 10:41:15 +00:00
parent d7c565f5de
commit 51662375c5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ LEX = @LEX@
LEXLIB = @LEXLIB@
RANLIB = @RANLIB@
LN_S = @LN_S@
DIVINCL = -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include -I$(SRCDIR) -I.
DIVINCL = -I$(SRCDIR) -I. -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include
ALLCFLAGS = $(CFLAGS) $(DEFS) $(OPTIONS) $(DIVINCL) $(X_CFLAGS)
LDCOMBINE = ld -r
LDSHARED = @LDSHARED@