diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-13 12:39:58 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-13 12:39:58 +0800 |
commit | 94f7d58623eda35018e5aa4ebb3e21e4736a85bc (patch) | |
tree | 6df1e9dfb1966475636981a37478d0b2d4aeeb65 | |
parent | f86c60c191d3b5b648db57a4314a55ac69bef081 (diff) | |
download | gsoc2013-evolution-94f7d58623eda35018e5aa4ebb3e21e4736a85bc.tar gsoc2013-evolution-94f7d58623eda35018e5aa4ebb3e21e4736a85bc.tar.gz gsoc2013-evolution-94f7d58623eda35018e5aa4ebb3e21e4736a85bc.tar.bz2 gsoc2013-evolution-94f7d58623eda35018e5aa4ebb3e21e4736a85bc.tar.lz gsoc2013-evolution-94f7d58623eda35018e5aa4ebb3e21e4736a85bc.tar.xz gsoc2013-evolution-94f7d58623eda35018e5aa4ebb3e21e4736a85bc.tar.zst gsoc2013-evolution-94f7d58623eda35018e5aa4ebb3e21e4736a85bc.zip |
Removed GPG_* variables.
2001-01-12 Jeffrey Stedfast <fejj@ximian.com>
* Makefile.am: Removed GPG_* variables.
svn path=/trunk/; revision=7472
-rw-r--r-- | mail/ChangeLog | 2 | ||||
-rw-r--r-- | mail/Makefile.am | 4 |
2 files changed, 3 insertions, 3 deletions
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 <fejj@ximian.com> + * 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 |