[gcr] gcr: Fix build, link against glib



commit 07a447524f89f60c7e77a83174c5efe52608911f
Author: Travis Reiter <travis reitter collabora co uk>
Date:   Tue Nov 1 14:27:55 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 f7da1b9..6d2ea47 100644
--- a/gcr/Makefile.am
+++ b/gcr/Makefile.am
@@ -283,6 +283,7 @@ gcr_viewer_SOURCES = \
 	gcr-viewer-tool.c
 
 gcr_viewer_CFLAGS = \
+	$(GLIB_CFLAGS) \
 	$(GTK_CFLAGS) \
 	-DLOCALEDIR=\""$(datadir)/locale"\" \
 	-DGCR_API_SUBJECT_TO_CHANGE
@@ -290,6 +291,7 @@ gcr_viewer_CFLAGS = \
 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]