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/attachment-reminder/Makefile.am | |
parent | 09d322fde5d01d584a1add3e62b093ab2e83565c (diff) | |
download | gsoc2013-evolution-552e017d748f94fa8245e84e51dba9a97d685bfa.tar gsoc2013-evolution-552e017d748f94fa8245e84e51dba9a97d685bfa.tar.gz gsoc2013-evolution-552e017d748f94fa8245e84e51dba9a97d685bfa.tar.bz2 gsoc2013-evolution-552e017d748f94fa8245e84e51dba9a97d685bfa.tar.lz gsoc2013-evolution-552e017d748f94fa8245e84e51dba9a97d685bfa.tar.xz gsoc2013-evolution-552e017d748f94fa8245e84e51dba9a97d685bfa.tar.zst gsoc2013-evolution-552e017d748f94fa8245e84e51dba9a97d685bfa.zip |
Fix for build break
svn path=/trunk/; revision=33790
Diffstat (limited to 'plugins/attachment-reminder/Makefile.am')
-rw-r--r-- | plugins/attachment-reminder/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 |