From 5c9bd379950d914982bdb91d0f82b8036908db37 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 29 Oct 2007 23:51:48 +0000 Subject: [PATCH] Fix typo. --- src/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index c6d2c15..a92fdd9 100644 --- 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) -- 2.7.4