[gnome-applets] fixes compilation problems for sticky notes and trash applet, see bug 638510



commit 99f91d51c5e18bc86cdc425dbe4e3a280e9b8f63
Author: Enrico Minack <enrico-minack gmx de>
Date:   Sat Mar 26 11:08:22 2011 +0100

    fixes compilation problems for sticky notes and trash applet, see bug 638510

 stickynotes/Makefile.am     |    1 +
 trashapplet/src/Makefile.am |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/stickynotes/Makefile.am b/stickynotes/Makefile.am
index 4fb2b48..1113adc 100644
--- a/stickynotes/Makefile.am
+++ b/stickynotes/Makefile.am
@@ -36,6 +36,7 @@ stickynotes_applet_SOURCES = \
 stickynotes_applet_LDADD =	\
 	$(GNOME_APPLETS_LIBS)	\
 	$(LIBWNCK_LIBS)		\
+	$(X_LIBS)		\
 	$(XML2_LIBS)
 
 builder_DATA = $(builder_files)
diff --git a/trashapplet/src/Makefile.am b/trashapplet/src/Makefile.am
index 3a1cf26..f7c232e 100644
--- a/trashapplet/src/Makefile.am
+++ b/trashapplet/src/Makefile.am
@@ -15,6 +15,7 @@ trashapplet_SOURCES = \
 
 trashapplet_LDADD = 		\
 	$(GNOME_APPLETS_LIBS) 	\
-	$(GIO_LIBS)
+	$(GIO_LIBS)		\
+	$(X_LIBS)
 
 -include $(top_srcdir)/git.mk



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