diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-01-06 02:53:13 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-01-06 02:53:13 +0000 |
commit | a0a158410663c471ad7f0d0a6c7d81116e76d33a (patch) | |
tree | e6ab24850b483bd198880f7e28f486ed5c45416d /gdk-pixbuf/pixops | |
parent | 65de04cdb8c1fcaffc956a776ac38bc7d9d15c1e (diff) | |
download | gtk+-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.am | 2 |
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 = \ |