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.
This commit is contained in:
parent
7341a11691
commit
6c49bebc70
|
@ -43,10 +43,11 @@ libharfbuzz_1_la_LIBADD = \
|
||||||
|
|
||||||
noinst_PROGRAMS = harfbuzz-dump
|
noinst_PROGRAMS = harfbuzz-dump
|
||||||
|
|
||||||
harfbuzz_dump_SOURCES = \
|
harfbuzz_dump_SOURCES = \
|
||||||
harfbuzz-dump-main.c
|
harfbuzz-dump-main.c
|
||||||
|
|
||||||
harfbuzz_dump_LDADD = \
|
harfbuzz_dump_LDADD = \
|
||||||
|
$(libharfbuzz_1_la_LIBADD) \
|
||||||
libharfbuzz-1.la
|
libharfbuzz-1.la
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
|
Loading…
Reference in New Issue