[gnome-panel] build: Link gnome-desktop-item-edit against X libs too



commit d38428d78ca5a3e51e0cf472875652fd2d787ada
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Sep 29 18:50:21 2010 +0200

    build: Link gnome-desktop-item-edit against X libs too

 gnome-panel/Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gnome-panel/Makefile.am b/gnome-panel/Makefile.am
index 7ec6a90..a341333 100644
--- a/gnome-panel/Makefile.am
+++ b/gnome-panel/Makefile.am
@@ -146,8 +146,9 @@ gnome_desktop_item_edit_SOURCES =	\
 	xstuff.c
 
 gnome_desktop_item_edit_LDADD = 	\
-	$(top_builddir)/gnome-panel/libpanel-util/libpanel-util.la \
-	$(PANEL_LIBS)
+	$(top_builddir)/gnome-panel/libpanel-util/libpanel-util.la	\
+	$(PANEL_LIBS)							\
+	$(X_LIBS)
 
 panel_test_applets_SOURCES =		\
 	panel-modules.c			\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]