[gnome-disk-utility/udisks2-port] Add -lm since we are using functions from that library



commit 8b5fc41387f8417dd6091e5b2bf9e179fe1883aa
Author: David Zeuthen <davidz redhat com>
Date:   Mon Oct 10 14:54:12 2011 -0400

    Add -lm since we are using functions from that library
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 src/palimpsest/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/palimpsest/Makefile.am b/src/palimpsest/Makefile.am
index 591b5d8..42aeb87 100644
--- a/src/palimpsest/Makefile.am
+++ b/src/palimpsest/Makefile.am
@@ -53,6 +53,7 @@ palimpsest_CFLAGS = 					\
 	$(UDISKS2_CFLAGS)				\
 	$(GTK3_CFLAGS)					\
 	$(WARN_CFLAGS)					\
+	-lm						\
 	$(NULL)
 
 palimpsest_LDADD = 					\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]