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)
This commit is contained in:
Tor Lillqvist 2005-04-12 01:27:21 +00:00 committed by Tor Lillqvist
parent 0c349a032e
commit 44ff46a364
1 changed files with 6 additions and 6 deletions

View File

@ -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