Skip to content
Snippets Groups Projects
Commit d43eb2d0 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard
Browse files

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

parent 6e8fe72e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment