[gnome-keyring] gcr: Fix linking of gcr-viewer



commit 1321a46a20a4200903a03afca8f13e9e4c2586f9
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Tue Sep 6 10:43:14 2011 +0200

    gcr: Fix linking of gcr-viewer
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658249

 gcr/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gcr/Makefile.am b/gcr/Makefile.am
index 05d23fc..f8504e1 100644
--- a/gcr/Makefile.am
+++ b/gcr/Makefile.am
@@ -223,7 +223,9 @@ gcr_viewer_CFLAGS = \
 	-DLOCALEDIR=\""$(datadir)/locale"\"
 
 gcr_viewer_LDADD = \
-	$(builddir)/libgcr-$(GCR_MAJOR).la
+	$(builddir)/libgcr-$(GCR_MAJOR).la \
+	$(top_builddir)/gck/libgck- GCK_MAJOR@.la \
+	$(GTK_LIBS)
 
 # ----------------------------------------------------------------
 



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