diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-04-22 19:52:55 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-04-22 19:52:55 +0000 |
commit | aa25a73c0c76594f1650d5aa94f1c1903e29afe9 (patch) | |
tree | ec039a3b86ff5029b85ea9fd0d77d0f16d022938 /gdk-pixbuf | |
parent | 62d4f00d44b81e8def53711acf77dba6ea7cb1d3 (diff) | |
download | gtk+-aa25a73c0c76594f1650d5aa94f1c1903e29afe9.tar.gz |
Add $(MATH_LIB).
Sun Apr 22 15:51:32 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (LDADDS): Add $(MATH_LIB).
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 4 | ||||
-rw-r--r-- | gdk-pixbuf/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 59eb2f3502..9dea2a36a3 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -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 diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 95ae6bdd98..21a222c348 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -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) |