[network-manager-applet] build: link nm-applet with -lm for sincos()



commit 26890f012cb44680288970720105e31c42aaac3b
Author: Dan Williams <dcbw redhat com>
Date:   Wed Mar 17 10:48:51 2010 -0700

    build: link nm-applet with -lm for sincos()

 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index b970a71..48fdb0a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -51,6 +51,7 @@ nm_applet_SOURCES =			\
 	applet-device-bt.c
 
 nm_applet_LDADD = \
+	-lm \
 	$(NMA_LIBS) \
 	$(NOTIFY_LIBS) \
 	${top_builddir}/src/marshallers/libmarshallers.la \



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