diff options
Diffstat (limited to 'plugins/attachment-reminder')
-rw-r--r-- | plugins/attachment-reminder/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/attachment-reminder/Makefile.am | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/plugins/attachment-reminder/ChangeLog b/plugins/attachment-reminder/ChangeLog index 718db4f21f..fea630c651 100644 --- a/plugins/attachment-reminder/ChangeLog +++ b/plugins/attachment-reminder/ChangeLog @@ -1,3 +1,7 @@ +2007-07-09 Srinivasa Ragavan <sragavan@novell.com> + + * Makefile.am: Fix for build break from Johnny. + 2007-07-09 Johnny Jacob <jjohnny@novell.com> * attachment-remidner.glade : Added mnemonics. diff --git a/plugins/attachment-reminder/Makefile.am b/plugins/attachment-reminder/Makefile.am index 46eb95ad9f..78c2ae8f79 100644 --- a/plugins/attachment-reminder/Makefile.am +++ b/plugins/attachment-reminder/Makefile.am @@ -39,7 +39,9 @@ install-data-local: fi EXTRA_DIST = org-gnome-evolution-attachment-reminder.eplug.xml \ - $(error_DATA) + $(error_DATA) \ + $(schema_in_files) \ + attachment-reminder.glade CLEANFILES = org-gnome-evolution-attachment-reminder.eplug |