projects
/
apps
/
core
/
preloaded
/
video-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aca4d11
)
Fix Bug 572529 – Poor -I ordering can break build
author
Behdad Esfahbod
<behdad@behdad.org>
Mon, 2 Mar 2009 07:39:29 +0000
(11:09 +0330)
committer
Behdad Esfahbod
<behdad@behdad.org>
Mon, 2 Mar 2009 07:39:29 +0000
(11:09 +0330)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
5cf0f13
..
b845eb6
100644
(file)
--- a/
src/Makefile.am
+++ b/
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