diff options
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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) |