diff options
author | Nick Schermer <nick@xfce.org> | 2010-02-24 14:41:45 +0100 |
---|---|---|
committer | Nick Schermer <nick@xfce.org> | 2010-02-24 14:41:45 +0100 |
commit | 2904023c00e0d315c6b5f86ccfd44a474ee7f98a (patch) | |
tree | 6e052a0a641ea52a5dea3f69d0415366aac01220 | |
parent | e3aba8a99c9b62ffb4e7cfaf4389cdc8ce727875 (diff) |
Link directly to libm (bug #6233).xfce-4.6-master
-rw-r--r-- | panel/Makefile.am | 3 | ||||
-rw-r--r-- | plugins/clock/Makefile.am | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/panel/Makefile.am b/panel/Makefile.am index 8fe2f8af..293fb5e9 100644 --- a/panel/Makefile.am +++ b/panel/Makefile.am @@ -54,7 +54,8 @@ xfce4_panel_LDADD = \ $(LIBXFCEGUI4_LIBS) \ $(LIBSTARTUP_NOTIFICATION_LIBS) \ $(GMODULE_LIBS) \ - $(LIBX11_LIBS) + $(LIBX11_LIBS) \ + -lm xfce4_panel_DEPENDENCIES = \ $(top_builddir)/libxfce4panel/libxfce4panel.la diff --git a/plugins/clock/Makefile.am b/plugins/clock/Makefile.am index 12f3216c..324e9d1d 100644 --- a/plugins/clock/Makefile.am +++ b/plugins/clock/Makefile.am @@ -48,7 +48,8 @@ libclock_la_LIBADD = \ $(GTK_LIBS) \ $(CAIRO_LIBS) \ $(LIBXFCE4UTIL_LIBS) \ - $(LIBXFCEGUI4_LIBS) + $(LIBXFCEGUI4_LIBS) \ + -lm libclock_la_DEPENDENCIES = \ $(top_builddir)/libxfce4panel/libxfce4panel.la |