[gnote] Fix implicit linking



commit 3cd56db067df7457cecf9d065723ba1af16e982d
Author: Ankur Sinha <ankursinha fedoraproject org>
Date:   Wed Feb 17 18:27:20 2010 +0200

    Fix implicit linking
    
    Fixes: https://bugzilla.gnome.org/609864
    
    Signed-off-by: Debarshi Ray <debarshir src gnome org>

 src/Makefile.am |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 05609e1..3a1b8ef 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -158,5 +158,7 @@ libgnote_a_SOURCES = \
 	$(APPLET_SOURCES) \
 	$(NULL)
 
-gnote_LDADD = $(GNOTE_LIBS)
-
+gnote_LDADD = \
+	$(GNOTE_LIBS) \
+	-lX11 \
+	$(NULL)



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