summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-01-06 02:53:13 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-01-06 02:53:13 +0000
commita0a158410663c471ad7f0d0a6c7d81116e76d33a (patch)
treee6ab24850b483bd198880f7e28f486ed5c45416d
parent65de04cdb8c1fcaffc956a776ac38bc7d9d15c1e (diff)
downloadgdk-pixbuf-a0a158410663c471ad7f0d0a6c7d81116e76d33a.tar.gz
Link with -lm (to get 'ceil' function)
* gdk-pixbuf/pixops/Makefile.am: Link with -lm (to get 'ceil' function)
-rw-r--r--gdk-pixbuf/ChangeLog3
-rw-r--r--gdk-pixbuf/pixops/Makefile.am2
2 files changed, 4 insertions, 1 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index 852e106ad..cbbaafc85 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -1,3 +1,6 @@
+2000-01-05 Elliot Lee <sopwith@redhat.com>
+ * gdk-pixbuf/pixops/Makefile.am: Link with -lm (to get 'ceil' function)
+
2000-01-05 Owen Taylor <otaylor@redhat.com>
* doc/Makefile.am doc/gdk-pixbuf-sections.txt
diff --git a/gdk-pixbuf/pixops/Makefile.am b/gdk-pixbuf/pixops/Makefile.am
index bcb90bc18..354896bbc 100644
--- a/gdk-pixbuf/pixops/Makefile.am
+++ b/gdk-pixbuf/pixops/Makefile.am
@@ -5,7 +5,7 @@ INCLUDES = $(GLIB_CFLAGS)
bin_PROGRAMS = timescale
timescale_SOURCES = timescale.c
-timescale_LDADD = libpixops.la $(GLIB_LIBS)
+timescale_LDADD = libpixops.la $(GLIB_LIBS) -lm
if USE_MMX
mmx_sources = \