[gnome-keyring/gnome-3-0] gcr: Build GcrCertificateDetailsWidget and GcrCertificateBasicsWidget properly.



commit 046d8f51c8217dd26f054e2b27cf21c90c663a98
Author: Stef Walter <stefw collabora co uk>
Date:   Sat May 14 08:07:11 2011 +0200

    gcr: Build GcrCertificateDetailsWidget and GcrCertificateBasicsWidget properly.
    
     * Forgot to inlcude these in the build.

 gcr/Makefile.am                      |    2 ++
 gcr/gcr-certificate-details-widget.h |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gcr/Makefile.am b/gcr/Makefile.am
index 46b58f1..d3932af 100644
--- a/gcr/Makefile.am
+++ b/gcr/Makefile.am
@@ -65,7 +65,9 @@ lib_LTLIBRARIES = libgcr GCR_VERSION_SUFFIX@.la
 
 libgcr GCR_VERSION_SUFFIX@_la_SOURCES = \
 	gcr-certificate.c gcr-certificate.h \
+	gcr-certificate-basics-widget.h gcr-certificate-basics-widget.c \
 	gcr-certificate-chain.c gcr-certificate-chain.h \
+	gcr-certificate-details-widget.h gcr-certificate-details-widget.c \
 	gcr-certificate-renderer.c gcr-certificate-renderer.h \
 	gcr-certificate-widget.c gcr-certificate-widget.h \
 	gcr-debug.c gcr-debug.h \
diff --git a/gcr/gcr-certificate-details-widget.h b/gcr/gcr-certificate-details-widget.h
index 0f06033..5a3d74b 100644
--- a/gcr/gcr-certificate-details-widget.h
+++ b/gcr/gcr-certificate-details-widget.h
@@ -31,6 +31,7 @@
 #include <gtk/gtk.h>
 
 #include "gcr-certificate.h"
+#include "gcr-certificate-widget.h"
 #include "gcr-types.h"
 
 G_BEGIN_DECLS



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