From e2e312d4102fc8ce3c540d85b6a998d68f528cf6 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 30 Oct 2003 21:19:32 +0000 Subject: add boilerplate. 2003-10-30 Chris Toshok * gui/certificate-manager.h: add boilerplate. * gui/certificate-manager.c (certificate_manager_config_control_new): return NULL if the NSS_InitReadWrite fails - we should probably give better status though, or return a GtkLabel with an error message.... * gui/Makefile.am (INCLUDES): use CERT_UI_CFLAGS. (TEST_LIBS): use CERT_UI_LIBS. svn path=/trunk/; revision=23140 --- smime/gui/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'smime/gui/Makefile.am') diff --git a/smime/gui/Makefile.am b/smime/gui/Makefile.am index 782e5191eb..dab6fcfff8 100644 --- a/smime/gui/Makefile.am +++ b/smime/gui/Makefile.am @@ -16,7 +16,7 @@ INCLUDES = \ -DLIBGNOME_DISABLE_DEPRECATED \ -DLIBGNOMEUI_DISABLE_DEPRECATED \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ - $(CAMEL_CFLAGS) + $(CERT_UI_CFLAGS) noinst_LTLIBRARIES = libevolution-smime.la @@ -26,7 +26,7 @@ libevolution_smime_la_SOURCES = \ libevolution_smime_la_LIBADD = \ $(top_builddir)/smime/lib/libessmime.la \ - $(EVOLUTION_ADDRESSBOOK_LIBS) $(CAMEL_LIBS) + $(CERT_UI_LIBS) glade_DATA = smime-ui.glade -- cgit v1.2.3