From ebe21a716da15b471519b6000cfcb962141139b4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 1 May 2007 02:32:12 +0000 Subject: 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. svn path=/trunk/; revision=2240 --- ChangeLog | 5 +++++ pango/opentype/Makefile.am | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3b2f751f..c5eae228 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-30 Behdad Esfahbod + + * pango/opentype/Makefile.am: Link freetype to harfbuzz-dump, for + those systems that don't track dependencies automatically. + 2007-04-30 Behdad Esfahbod * docs/pango-sections.txt: diff --git a/pango/opentype/Makefile.am b/pango/opentype/Makefile.am index dff2a1b8..84de2606 100644 --- a/pango/opentype/Makefile.am +++ b/pango/opentype/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 = \ -- cgit v1.2.1