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:
ef1f481
)
Fix typo.
author
Behdad Esfahbod
<behdad@src.gnome.org>
Mon, 29 Oct 2007 23:51:48 +0000
(23:51 +0000)
committer
Behdad Esfahbod
<behdad@src.gnome.org>
Mon, 29 Oct 2007 23:51:48 +0000
(23:51 +0000)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
c6d2c15
..
a92fdd9
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-1,7
+1,8
@@
## Process this file with automake to produce Makefile.in
INCLUDES = \
- $(FREETYPE_CFLAGS)
+ $(FREETYPE_CFLAGS) \
+ -I $(srcdir)
noinst_LTLIBRARIES = libharfbuzz-1.la
@@
-58,4
+59,4
@@
EXTRA_DIST = \
COPYING.FTL \
COPYING.GPL \
COPYING \
- $(INCLUDED
_
SOURCES)
+ $(INCLUDEDSOURCES)