From 07a447524f89f60c7e77a83174c5efe52608911f Mon Sep 17 00:00:00 2001 From: Travis Reiter Date: Tue, 1 Nov 2011 14:27:55 +0100 Subject: [PATCH] gcr: Fix build, link against glib https://bugzilla.gnome.org/show_bug.cgi?id=662647 --- gcr/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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) # ------------------------------------------------------------------ -- 2.7.4