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.
pull/1/head
Behdad Esfahbod 18 years ago committed by Behdad Esfahbod
parent 7341a11691
commit 6c49bebc70
  1. 5
      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 = \

Loading…
Cancel
Save