From 94f7d58623eda35018e5aa4ebb3e21e4736a85bc Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sat, 13 Jan 2001 04:39:58 +0000 Subject: Removed GPG_* variables. 2001-01-12 Jeffrey Stedfast * Makefile.am: Removed GPG_* variables. svn path=/trunk/; revision=7472 --- mail/ChangeLog | 2 ++ mail/Makefile.am | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 7c9df25b2d..f2dbf4a922 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,7 @@ 2001-01-12 Jeffrey Stedfast + * Makefile.am: Removed GPG_* variables. + * component-factory.c (mail_load_storages): Now takes a 'is_account_data' variable to specify whether the sources is a list of accounts of a list of services. Basically, the only time diff --git a/mail/Makefile.am b/mail/Makefile.am index b82c9e2313..172a6e619e 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -22,7 +22,6 @@ INCLUDES = \ $(UNICODE_CFLAGS) \ $(GTKHTML_CFLAGS) \ $(THREADS_CFLAGS) \ - $(GPGME_CFLAGS) \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ @@ -114,8 +113,7 @@ evolution_mail_LDADD = \ $(EXTRA_GNOME_LIBS) \ $(GTKHTML_LIBS) \ $(THREADS_LIBS) \ - $(UNICODE_LIBS) \ - $(GPGME_LIBS) + $(UNICODE_LIBS) evolution_mail_LDFLAGS = \ -export-dynamic -- cgit v1.2.3