diff options
-rw-r--r-- | libempathy/Makefile.am | 3 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 3 insertions, 2 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) diff --git a/src/Makefile.am b/src/Makefile.am index a4361588b..16ff649b5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -130,7 +130,7 @@ empathy_av_SOURCES = \ nodist_empathy_av_SOURCES = $(BUILT_SOURCES) empathy_av_CFLAGS = $(EMPATHY_AV_CFLAGS) -empathy_av_LDFLAGS = $(EMPATHY_AV_LIBS) +empathy_av_LDFLAGS = $(EMPATHY_AV_LIBS) -lm empathy_auth_client_SOURCES = \ empathy-auth-client.c \ |