diff options
author | Frédéric Péters <fpeters@0d.be> | 2011-08-31 15:34:12 +0800 |
---|---|---|
committer | Frédéric Péters <fpeters@0d.be> | 2011-08-31 15:36:18 +0800 |
commit | 18009c7071732d29dd5a6eba8ef7f6b53c91e4d3 (patch) | |
tree | 9cb7b95f323ba39c41da30d462aa973a893ed4f3 /libempathy | |
parent | e4041ce8c3d86e99d747c53012349baa83116d45 (diff) | |
download | gsoc2013-empathy-18009c7071732d29dd5a6eba8ef7f6b53c91e4d3.tar.gz gsoc2013-empathy-18009c7071732d29dd5a6eba8ef7f6b53c91e4d3.tar.zst gsoc2013-empathy-18009c7071732d29dd5a6eba8ef7f6b53c91e4d3.zip |
build: use an autoconf macro to get to -lm
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 21a582099..3cd971a5d 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -128,7 +128,7 @@ libempathy_la_LIBADD = \ $(NETWORK_MANAGER_LIBS) \ $(CONNMAN_LIBS) \ $(UDEV_LIBS) \ - -lm + $(LIBM) check_c_sources = \ $(libempathy_handwritten_source) |