From f1d4849c8003841b7d6aa6b2ed39faf029ac783a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 30 Aug 2011 12:53:34 +0200 Subject: build: add -lm where required --- libempathy/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libempathy/Makefile.am') diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 34a706113..21a582099 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -127,7 +127,8 @@ libempathy_la_LIBADD = \ $(GEOCODE_LIBS) \ $(NETWORK_MANAGER_LIBS) \ $(CONNMAN_LIBS) \ - $(UDEV_LIBS) + $(UDEV_LIBS) \ + -lm check_c_sources = \ $(libempathy_handwritten_source) -- cgit v1.2.3