summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/pixops
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 /gdk-pixbuf/pixops
parent65de04cdb8c1fcaffc956a776ac38bc7d9d15c1e (diff)
downloadgtk+-a0a158410663c471ad7f0d0a6c7d81116e76d33a.tar.gz
Link with -lm (to get 'ceil' function)
* gdk-pixbuf/pixops/Makefile.am: Link with -lm (to get 'ceil' function)
Diffstat (limited to 'gdk-pixbuf/pixops')
-rw-r--r--gdk-pixbuf/pixops/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/pixops/Makefile.am b/gdk-pixbuf/pixops/Makefile.am
index bcb90bc18e..354896bbc5 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 = \