summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-12-13 13:53:58 -0200
committerPerberos <[email protected]>2011-12-13 13:53:58 -0200
commitea5dba1a995c3643e1e01dcca148a7986ed89e8a (patch)
tree1436a3102dfe103109d78decc8313fde554ed0ab
parent3f01e0e02e559f9e3e632596dd8097b689b174c4 (diff)
downloadmate-panel-ea5dba1a995c3643e1e01dcca148a7986ed89e8a.tar.bz2
mate-panel-ea5dba1a995c3643e1e01dcca148a7986ed89e8a.tar.xz
adding missing ld flags
-rw-r--r--mate-panel/Makefile.am6
1 files 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 \