提交 44ff46a3 编写于 作者: T Tor Lillqvist 提交者: Tor Lillqvist

Rename LDADDS to libpango_ot_la_LIBADD to actually make libpango-ot.la

2005-04-12  Tor Lillqvist  <tml@novell.com>

	* pango/opentype/Makefile.am: Rename LDADDS to
	libpango_ot_la_LIBADD to actually make libpango-ot.la link with
	it.

	* pango/pangowin32.def: Rename get_scale_factor to
	get_metrics_factor here, too. (#300222, Ivan Wong)
上级 0c349a03
......@@ -12,12 +12,6 @@ INCLUDES = \
$(X_CFLAGS) \
-I$(top_srcdir)
LDADDS = \
$(x_ldflags) \
$(x_libs) \
$(GLIB_LIBS) \
-lm
noinst_LTLIBRARIES = libpango-ot.la
libpango_ot_la_SOURCES = \
......@@ -38,6 +32,12 @@ libpango_ot_la_SOURCES = \
pango-ot-private.h \
pango-ot-ruleset.c
libpango_ot_la_LIBADD = \
$(x_ldflags) \
$(x_libs) \
$(GLIB_LIBS) \
-lm
if BUILD_OT_TESTS
noinst_PROGRAMS = ottest
endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册