commit | 51662375c5eff2da0f5b4fa1ef21453599840aec | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sat May 15 10:41:15 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat May 15 10:41:15 1999 +0000 |
tree | 6f3967d6e8c2d8b03fbc76486d8a6870baee7515 | |
parent | d7c565f5ded74e72a490672647a2f125efadd195 [diff] |
Get include files from the current directory first.
diff --git a/Make.rules.in b/Make.rules.in index d8b477f..9c31ddb 100644 --- a/Make.rules.in +++ b/Make.rules.in
@@ -30,7 +30,7 @@ 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@