diff options
author | Rodney Dawes <dobey@novell.com> | 2004-11-10 00:32:35 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-11-10 00:32:35 +0800 |
commit | d8302b46aadfe37519d2e088681cada044c92d10 (patch) | |
tree | cbef30c8ce8c715ebaf5993d42d2ddc2c87cc67b | |
parent | 23d033ebad9e5b14a802c73217ff272b4433f0e5 (diff) | |
download | gsoc2013-evolution-d8302b46aadfe37519d2e088681cada044c92d10.tar.gz gsoc2013-evolution-d8302b46aadfe37519d2e088681cada044c92d10.tar.zst gsoc2013-evolution-d8302b46aadfe37519d2e088681cada044c92d10.zip |
Add the eplug.in file to EXTRA_DIST
2004-11-09 Rodney Dawes <dobey@novell.com>
* Makefile.am: Add the eplug.in file to EXTRA_DIST
svn path=/trunk/; revision=27874
-rw-r--r-- | plugins/mailing-list-actions/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/mailing-list-actions/Makefile.am | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/plugins/mailing-list-actions/ChangeLog b/plugins/mailing-list-actions/ChangeLog index 09d270c6db..6fc150ec35 100644 --- a/plugins/mailing-list-actions/ChangeLog +++ b/plugins/mailing-list-actions/ChangeLog @@ -1,3 +1,7 @@ +2004-11-09 Rodney Dawes <dobey@novell.com> + + * Makefile.am: Add the eplug.in file to EXTRA_DIST + 2004-11-05 JP Rosevear <jpr@novell.com> * mailing-list-actions.c: include <config.h> for GETTEXT_PACKAGE diff --git a/plugins/mailing-list-actions/Makefile.am b/plugins/mailing-list-actions/Makefile.am index 47b5a75cf5..c14fa28fad 100644 --- a/plugins/mailing-list-actions/Makefile.am +++ b/plugins/mailing-list-actions/Makefile.am @@ -17,4 +17,7 @@ errordir = $(privdatadir)/errors $(top_builddir)/e-util/e-error-tool $^ BUILT_SOURCES = $(error_i18n) -EXTRA_DIST = $(error_DATA) $(error_i18n) +EXTRA_DIST = \ + $(error_DATA) \ + $(error_i18n) \ + org-gnome-mailing-list-actions.eplug.in |