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)
pull/1/head
Tor Lillqvist 20 years ago committed by Tor Lillqvist
parent 0c349a032e
commit 44ff46a364
  1. 12
      src/Makefile.am

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

Loading…
Cancel
Save