aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog2
-rw-r--r--mail/Makefile.am4
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