summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-05-01 02:32:12 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-05-01 02:32:12 +0000
commitebe21a716da15b471519b6000cfcb962141139b4 (patch)
treeac88195729b9087a093d8b8f6c883fb4cf6b3f75
parent518c403a55cdc77f1f45891cd75a4dc1cf063ff5 (diff)
downloadpango-ebe21a716da15b471519b6000cfcb962141139b4.tar.gz
Link freetype to harfbuzz-dump, for those systems that don't track
2007-04-30 Behdad Esfahbod <behdad@gnome.org> * pango/opentype/Makefile.am: Link freetype to harfbuzz-dump, for those systems that don't track dependencies automatically. svn path=/trunk/; revision=2240
-rw-r--r--ChangeLog5
-rw-r--r--pango/opentype/Makefile.am5
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b2f751f..c5eae228 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-04-30 Behdad Esfahbod <behdad@gnome.org>
+ * pango/opentype/Makefile.am: Link freetype to harfbuzz-dump, for
+ those systems that don't track dependencies automatically.
+
+2007-04-30 Behdad Esfahbod <behdad@gnome.org>
+
* docs/pango-sections.txt:
* docs/tmpl/glyphs.sgml:
Add PANGO_UNITS_ROUND to docs.
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 = \