diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-16 12:32:01 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-16 12:32:01 +0800 |
commit | 77bd9350a997d53fe353f2fc45e41bc95d268a5d (patch) | |
tree | 10269393cc8788829de395fe769d6cf64e322a52 /mail/Makefile.am | |
parent | e434c672e40eb8e6002067920ad760c0e0b563ed (diff) | |
download | gsoc2013-evolution-77bd9350a997d53fe353f2fc45e41bc95d268a5d.tar.gz gsoc2013-evolution-77bd9350a997d53fe353f2fc45e41bc95d268a5d.tar.zst gsoc2013-evolution-77bd9350a997d53fe353f2fc45e41bc95d268a5d.zip |
Put the version number in the `X-Mailer:' header instead of just
"Developer Preview".
svn path=/trunk/; revision=4179
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 3d16c59b69..05f3260c2f 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -72,6 +72,7 @@ evolution_mail_LDADD = \ $(top_builddir)/filter/libfilter.la \ $(BONOBO_VFS_GNOME_LIBS) \ $(GTKHTML_LIBS) \ + $(GCONF_LIBS) \ $(THREADS_LIBS) \ $(UNICODE_LIBS) |