summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2007-10-29 23:51:48 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-10-29 23:51:48 +0000
commita918077e3f17046bd797fda351649fd2108ad749 (patch)
treeaaa626325a812fc188474c061fdd3c77756d8a08
parente1d759986d5291b5c4092d962697858578e54675 (diff)
downloadpango-a918077e3f17046bd797fda351649fd2108ad749.tar.gz
Fix typo.
svn path=/trunk/; revision=2486
-rw-r--r--pango/opentype/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/pango/opentype/Makefile.am b/pango/opentype/Makefile.am
index c6d2c157..a92fdd99 100644
--- a/pango/opentype/Makefile.am
+++ b/pango/opentype/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)