diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-02-01 17:58:47 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-02-01 17:58:47 +0800 |
commit | 6826f9d01e6680ec6265ce4ece0618c71ed7c070 (patch) | |
tree | 6688ae37079a5ebdbe286956c0d17c59992093c4 /plugins | |
parent | 431b8f3228cdc971e409a7701dfd673b0eac806c (diff) | |
download | gsoc2013-evolution-6826f9d01e6680ec6265ce4ece0618c71ed7c070.tar.gz gsoc2013-evolution-6826f9d01e6680ec6265ce4ece0618c71ed7c070.tar.zst gsoc2013-evolution-6826f9d01e6680ec6265ce4ece0618c71ed7c070.zip |
reverting the previous commit.
svn path=/trunk/; revision=31394
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mail-to-task/ChangeLog | 7 | ||||
-rw-r--r-- | plugins/mail-to-task/Makefile.am | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/plugins/mail-to-task/ChangeLog b/plugins/mail-to-task/ChangeLog index 5e96f4e5da..800acff0e8 100644 --- a/plugins/mail-to-task/ChangeLog +++ b/plugins/mail-to-task/ChangeLog @@ -1,3 +1,10 @@ +2006-02-01 Chenthill Palanisamy <pchenthill@novell.com> + + * Makefile.am: Reverting the commit made by + Kjartan Maraas <kmaraas@gnome.org> so that + the file org-gnome-mail-to-task.xml is include in the + dist. + 2006-01-16 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Enumerate files for BUILT_SOURCES macro diff --git a/plugins/mail-to-task/Makefile.am b/plugins/mail-to-task/Makefile.am index 94a717857b..57d29acdb3 100644 --- a/plugins/mail-to-task/Makefile.am +++ b/plugins/mail-to-task/Makefile.am @@ -4,14 +4,14 @@ INCLUDES = \ @EVO_PLUGIN_RULE@ -plugin_DATA = org-gnome-mail-to-task.eplug #org-gnome-mail-to-task.xml +plugin_DATA = org-gnome-mail-to-task.eplug org-gnome-mail-to-task.xml plugin_LTLIBRARIES = liborg-gnome-mail-to-task.la liborg_gnome_mail_to_task_la_SOURCES = mail-to-task.c liborg_gnome_mail_to_task_la_LDFLAGS = -module -avoid-version -EXTRA_DIST = org-gnome-mail-to-task.eplug.xml -# org-gnome-mail-to-task.xml +EXTRA_DIST = org-gnome-mail-to-task.eplug.xml \ + org-gnome-mail-to-task.xml BUILT_SOURCES = org-gnome-mail-to-task.eplug CLEANFILES = $(BUILT_SOURCES) |