From 6c49bebc70a0118a803a5bc979f4436a82b48240 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 1 May 2007 02:32:12 +0000 Subject: [PATCH] Link freetype to harfbuzz-dump, for those systems that don't track 2007-04-30 Behdad Esfahbod * pango/opentype/Makefile.am: Link freetype to harfbuzz-dump, for those systems that don't track dependencies automatically. --- src/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index dff2a1b8a..84de2606b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,10 +43,11 @@ libharfbuzz_1_la_LIBADD = \ noinst_PROGRAMS = harfbuzz-dump -harfbuzz_dump_SOURCES = \ +harfbuzz_dump_SOURCES = \ harfbuzz-dump-main.c -harfbuzz_dump_LDADD = \ +harfbuzz_dump_LDADD = \ + $(libharfbuzz_1_la_LIBADD) \ libharfbuzz-1.la EXTRA_DIST = \