Link with -lm (to get 'ceil' function)
* gdk-pixbuf/pixops/Makefile.am: Link with -lm (to get 'ceil' function)
This commit is contained in:
parent
65de04cdb8
commit
a0a1584106
@ -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
|
||||
|
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user