You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/gnome-extra/activity-log-manager/files/activity-log-manager-0.9.0....

17 lines
414 B

src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index eaf039f..05c1393 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -50,7 +50,7 @@ SHARED_LIBS = \
$(GEE_LIBS) \
$(GIO_UNIX_LIBS)
activity_log_manager_LDADD = \
- $(SHARED_LIBS)
+ $(SHARED_LIBS) -lm
libactivity_log_manager_la_LIBADD = \
$(SHARED_LIBS) \
$(CCPANEL_LIBS)