[gnome-keyring/gnome-3-2] gcr: Fix build, link against glib



commit b29036a753e08e03d364f054d980e192563c772c
Author: Travis Reiter <travis reitter collabora co uk>
Date:   Tue Nov 1 14:31:48 2011 +0100

    gcr: Fix build, link against glib
    
    https://bugzilla.gnome.org/show_bug.cgi?id=662647

 gcr/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gcr/Makefile.am b/gcr/Makefile.am
index 60e9b29..0e40215 100644
--- a/gcr/Makefile.am
+++ b/gcr/Makefile.am
@@ -222,12 +222,14 @@ gcr_viewer_SOURCES = \
 	gcr-viewer-tool.c
 
 gcr_viewer_CFLAGS = \
+	$(GLIB_CFLAGS) \
 	$(GTK_CFLAGS) \
 	-DLOCALEDIR=\""$(datadir)/locale"\"
 
 gcr_viewer_LDADD = \
 	$(builddir)/libgcr-$(GCR_MAJOR).la \
 	$(top_builddir)/gck/libgck- GCK_MAJOR@.la \
+	$(GLIB_LIBS) \
 	$(GTK_LIBS)
 
 # ----------------------------------------------------------------



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