Rename LDADDS to libpango_ot_la_LIBADD to actually make libpango-ot.la
authorTor Lillqvist <tml@novell.com>
Tue, 12 Apr 2005 01:27:21 +0000 (01:27 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 12 Apr 2005 01:27:21 +0000 (01:27 +0000)
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)

src/Makefile.am

index c876751..84c03bf 100644 (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