Fix typo.
authorBehdad Esfahbod <behdad@src.gnome.org>
Mon, 29 Oct 2007 23:51:48 +0000 (23:51 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Mon, 29 Oct 2007 23:51:48 +0000 (23:51 +0000)
src/Makefile.am

index c6d2c15..a92fdd9 100644 (file)
@@ -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)