Add $(MATH_LIB).

Sun Apr 22 15:51:32 2001  Owen Taylor  <otaylor@redhat.com>

	* Makefile.am (LDADDS): Add $(MATH_LIB).
This commit is contained in:
Owen Taylor 2001-04-22 19:52:55 +00:00 committed by Owen Taylor
parent 62d4f00d44
commit aa25a73c0c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sun Apr 22 15:51:32 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (LDADDS): Add $(MATH_LIB).
2001-04-18 Havoc Pennington <hp@redhat.com>
* gdk-pixbuf.c (gdk_pixbuf_fill): Function to fill pixbuf with a

View File

@ -169,7 +169,7 @@ INCLUDES = -I$(top_srcdir) -I$(top_builddir) \
@GLIB_CFLAGS@
AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(loaderdir)\""
LDADDS = libgdk_pixbuf-1.3.la $(GLIB_LIBS) $(STATIC_LIB_DEPS)
LDADDS = libgdk_pixbuf-1.3.la $(GLIB_LIBS) $(STATIC_LIB_DEPS) $(MATH_LIB)
test_gdk_pixbuf_LDADD = $(LDADDS)