Link with -lm (to get 'ceil' function)

* gdk-pixbuf/pixops/Makefile.am: Link with -lm (to get 'ceil' function)
This commit is contained in:
Elliot Lee 2000-01-06 02:53:13 +00:00
parent 65de04cdb8
commit a0a1584106
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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 = \