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/mail-to-task/Makefile.am | |
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/mail-to-task/Makefile.am')
-rw-r--r-- | plugins/mail-to-task/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
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) |