[zenity] Removing X_LIBS from src/Makefile



commit 00684221706b821ba9b3da09c2ecb73b149ef5a1
Author: Arx Cruz <arxcruz src gnome org>
Date:   Wed Jul 21 20:16:21 2010 -0300

    Removing X_LIBS from src/Makefile

 src/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 03110fb..95f0790 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -39,8 +39,7 @@ zenity_LDFLAGS = \
 
 zenity_LDADD = \
 	$(ZENITY_LIBS)		\
-	$(LIBNOTIFY_LIBS)	\
-	$(X_LIBS)
+	$(LIBNOTIFY_LIBS)	
 
 uidir = $(datadir)/zenity
 



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