aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-remote
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-05-13 08:24:55 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-05-13 08:24:55 +0800
commit62fd2f2989a1b9843d84109580d3bd9746ff4c75 (patch)
tree34f791fc4c6d390879da400eb6e85070919ef673 /plugins/mail-remote
parente059dafbdf855fc6f522512fe48051e050b68109 (diff)
downloadgsoc2013-evolution-62fd2f2989a1b9843d84109580d3bd9746ff4c75.tar
gsoc2013-evolution-62fd2f2989a1b9843d84109580d3bd9746ff4c75.tar.gz
gsoc2013-evolution-62fd2f2989a1b9843d84109580d3bd9746ff4c75.tar.bz2
gsoc2013-evolution-62fd2f2989a1b9843d84109580d3bd9746ff4c75.tar.lz
gsoc2013-evolution-62fd2f2989a1b9843d84109580d3bd9746ff4c75.tar.xz
gsoc2013-evolution-62fd2f2989a1b9843d84109580d3bd9746ff4c75.tar.zst
gsoc2013-evolution-62fd2f2989a1b9843d84109580d3bd9746ff4c75.zip
** Fixes part of bug #337616
2007-05-12 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #337616 * Makefile.am: Add --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS. * addressbook/Makefile.am: * calendar/gui/Makefile.am: * mail/Makefile.am: * plugins/bogo-junk-plugins/Makefile.am: * plugins/default-mailer/Makefile.am: * shell/Makefile.am: Add $(schema_DATA) to DISTCLEANFILES. * plugins/bogo-junk-plugins/org-gnome-bogo-junk-plugin.eplug.in: Rename as org-gnome-bogo-junk-plugin.eplug.xml. * plugins/caldav/Makefile.am: * plugins/import-ics-attachments/Makefile.am: * plugins/publish-calendar/Makefile.am: Add "eplug" file to CLEANFILES. * plugins/mail-remote/Makefile.am: Add "eplug.xml" file to EXTRA_DIST. * po/POTFILES.in: Don't translate files we no longer ship. svn path=/trunk/; revision=33521
Diffstat (limited to 'plugins/mail-remote')
-rw-r--r--plugins/mail-remote/ChangeLog6
-rw-r--r--plugins/mail-remote/Makefile.am9
2 files changed, 11 insertions, 4 deletions
diff --git a/plugins/mail-remote/ChangeLog b/plugins/mail-remote/ChangeLog
index 16dc730c7a..d565ef53c1 100644
--- a/plugins/mail-remote/ChangeLog
+++ b/plugins/mail-remote/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-12 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #337616
+
+ * Makefile.am: Add "eplug.xml" file to EXTRA_DIST.
+
2007-04-02 Sankar P <psankar@novell.com>
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
diff --git a/plugins/mail-remote/Makefile.am b/plugins/mail-remote/Makefile.am
index 800cf71dc6..99375bc92f 100644
--- a/plugins/mail-remote/Makefile.am
+++ b/plugins/mail-remote/Makefile.am
@@ -84,10 +84,11 @@ $(EVO_GENERATED): $(srcdir)/Evolution.idl
MARSHAL_GENERATED = evolution-mail-marshal.c evolution-mail-marshal.h
@EVO_MARSHAL_RULE@
-EXTRA_DIST = \
- $(IDL) \
- Evolution.idl \
- evolution-mail-marshal.list
+EXTRA_DIST = \
+ $(IDL) \
+ Evolution.idl \
+ evolution-mail-marshal.list \
+ org-gnome-evolution-mail-remote.eplug.xml
BUILT_SOURCES = $(IDL_GENERATED_H) $(IDL_GENERATED_C) $(MARSHAL_GENERATED) $(SHELL_GENERATED)
CLEANFILES = $(BUILT_SOURCES)