Revision: 2190
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2190&view=rev
Author:   teuf
Date:     2009-01-02 13:47:11 +0000 (Fri, 02 Jan 2009)

Log Message:
-----------
Link with -lm since we are using round and ceil in ithumb-writer.c

Modified Paths:
--------------
    libgpod/trunk/ChangeLog
    libgpod/trunk/src/Makefile.am

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2009-01-02 13:08:36 UTC (rev 2189)
+++ libgpod/trunk/ChangeLog     2009-01-02 13:47:11 UTC (rev 2190)
@@ -1,5 +1,10 @@
 2009-01-02  Christophe Fergeau  <[email protected]>
 
+       * src/Makefile.am: we need to link with -lm since ithumb-writer.c
+       uses round and ceil
+
+2009-01-02  Christophe Fergeau  <[email protected]>
+
        * NEWS: update NEWS file, I probably forgot some things, feel free
        to update it :)
 

Modified: libgpod/trunk/src/Makefile.am
===================================================================
--- libgpod/trunk/src/Makefile.am       2009-01-02 13:08:36 UTC (rev 2189)
+++ libgpod/trunk/src/Makefile.am       2009-01-02 13:47:11 UTC (rev 2190)
@@ -48,7 +48,7 @@
        sha1.h
 
 INCLUDES=$(LIBGPOD_CFLAGS)
-LIBS=$(LIBGPOD_LIBS)
+LIBS=$(LIBGPOD_LIBS) -lm
 
 uninstall-hook:
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(libgpodincludedir)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to