diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-03 22:50:35 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-03 22:50:35 +0800 |
commit | 54a9260f696f5c7462f40af8f838d723ba3abeb5 (patch) | |
tree | ab87ece78582288b7dabf6635fe3f393fd042c4d /plugins/import-ics-attachments | |
parent | b484ae1c53ce5e8075eefe907cffbcb936106397 (diff) | |
download | gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.tar gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.tar.gz gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.tar.bz2 gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.tar.lz gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.tar.xz gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.tar.zst gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.zip |
Fix for version removal from installed files.
svn path=/trunk/; revision=33646
Diffstat (limited to 'plugins/import-ics-attachments')
-rw-r--r-- | plugins/import-ics-attachments/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/import-ics-attachments/Makefile.am | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/plugins/import-ics-attachments/ChangeLog b/plugins/import-ics-attachments/ChangeLog index b20af87b27..1fbdcec73a 100644 --- a/plugins/import-ics-attachments/ChangeLog +++ b/plugins/import-ics-attachments/ChangeLog @@ -1,3 +1,9 @@ +2007-06-03 Srinivasa Ragavan <sragavan@novell.com> + + ** Fix for version removal from Installed files from Gilles Dartiguelongue + + * Makefile.am: + 2007-05-12 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #337616 diff --git a/plugins/import-ics-attachments/Makefile.am b/plugins/import-ics-attachments/Makefile.am index cae0cec7ab..30331d0c01 100644 --- a/plugins/import-ics-attachments/Makefile.am +++ b/plugins/import-ics-attachments/Makefile.am @@ -28,4 +28,5 @@ liborg_gnome_evolution_mail_attachments_import_ics_la_LIBADD = \ EXTRA_DIST = org-gnome-evolution-mail-attachments-import-ics.eplug.xml -CLEANFILES = org-gnome-evolution-mail-attachments-import-ics.eplug +BUILT_SOURCES = $(plugin_DATA) +CLEANFILES = $(BUILT_SOURCES) |