Look for our header files first, then for systems headers.

oldstable
Marcus Meissner 2000-01-08 22:23:43 +00:00 committed by Alexandre Julliard
parent 6e8fe72edf
commit d43eb2d0e2
1 changed files with 1 additions and 1 deletions

View File

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