Fix Bug 572529 – Poor -I ordering can break build

pull/1/head
Behdad Esfahbod 16 years ago
parent aca4d11388
commit 3664e59c52
  1. 4
      src/Makefile.am

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in
INCLUDES = \
$(FREETYPE_CFLAGS) \
-I $(srcdir)
-I $(srcdir) \
$(FREETYPE_CFLAGS)
noinst_LTLIBRARIES = libharfbuzz-1.la

Loading…
Cancel
Save