diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-10 00:53:26 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-10 00:53:26 +0800 |
commit | 552e017d748f94fa8245e84e51dba9a97d685bfa (patch) | |
tree | 531ec05ab43a12f527bdf6d5524b5c182883146d /plugins | |
parent | 09d322fde5d01d584a1add3e62b093ab2e83565c (diff) | |
download | gsoc2013-evolution-552e017d748f94fa8245e84e51dba9a97d685bfa.tar.gz gsoc2013-evolution-552e017d748f94fa8245e84e51dba9a97d685bfa.tar.zst gsoc2013-evolution-552e017d748f94fa8245e84e51dba9a97d685bfa.zip |
Fix for build break
svn path=/trunk/; revision=33790
Diffstat (limited to 'plugins')
-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 |