[gcr] Fix build of gcr-prompter



commit 74a481453b56fbeb49fe1f98b7eea422f1cd7f07
Author: Stef Walter <stefw gnome org>
Date:   Fri Mar 30 13:58:47 2012 +0200

    Fix build of gcr-prompter
    
     * Add gck library even though we don't use it. Seems to be
       needed on some distros/setups.

 gcr/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gcr/Makefile.am b/gcr/Makefile.am
index 0a23591..8aa7a28 100644
--- a/gcr/Makefile.am
+++ b/gcr/Makefile.am
@@ -346,6 +346,7 @@ gcr_prompter_CFLAGS = \
 gcr_prompter_LDADD = \
 	$(builddir)/libgcr-$(GCR_MAJOR).la \
 	$(builddir)/libgcr-base-$(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]