Fix Bug 572529 – Poor -I ordering can break build
This commit is contained in:
parent
aca4d11388
commit
3664e59c52
|
@ -1,8 +1,8 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
$(FREETYPE_CFLAGS) \
|
-I $(srcdir) \
|
||||||
-I $(srcdir)
|
$(FREETYPE_CFLAGS)
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libharfbuzz-1.la
|
noinst_LTLIBRARIES = libharfbuzz-1.la
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue