From ea5dba1a995c3643e1e01dcca148a7986ed89e8a Mon Sep 17 00:00:00 2001 From: Perberos Date: Tue, 13 Dec 2011 13:53:58 -0200 Subject: adding missing ld flags --- mate-panel/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mate-panel/Makefile.am b/mate-panel/Makefile.am index e72925ad..6b9aad7a 100644 --- a/mate-panel/Makefile.am +++ b/mate-panel/Makefile.am @@ -136,7 +136,8 @@ mate_panel_LDADD = \ $(top_builddir)/mate-panel/libpanel-util/libpanel-util.la \ $(PANEL_LIBS) \ $(XRANDR_LIBS) \ - $(X_LIBS) + $(X_LIBS) \ + -lm mate_panel_LDFLAGS = -export-dynamic @@ -149,7 +150,8 @@ mate_desktop_item_edit_SOURCES = \ mate_desktop_item_edit_LDADD = \ $(top_builddir)/mate-panel/libpanel-util/libpanel-util.la \ - $(PANEL_LIBS) + $(PANEL_LIBS) \ + -lX11 mate_panel_test_applets_SOURCES = \ panel-modules.c \ -- cgit v1.2.1