diff options
author | Frédéric Crozat <fcrozat@src.gnome.org> | 2004-07-09 19:17:59 +0800 |
---|---|---|
committer | Frédéric Crozat <fcrozat@src.gnome.org> | 2004-07-09 19:17:59 +0800 |
commit | defbf78488dac93e88812c4418dbb31d94fc049e (patch) | |
tree | e07a32a7b8a89bf11b6b2440b1c4e6c84e51c9dc /mail/Makefile.am | |
parent | 38e1adcd8db6b768d4610f3a7b1b1725203d9e58 (diff) | |
download | gsoc2013-evolution-defbf78488dac93e88812c4418dbb31d94fc049e.tar.gz gsoc2013-evolution-defbf78488dac93e88812c4418dbb31d94fc049e.tar.zst gsoc2013-evolution-defbf78488dac93e88812c4418dbb31d94fc049e.zip |
tarball should ship .schemas.in.in files, not generated files.
* Makefile.am:
tarball should ship .schemas.in.in files, not generated files.
svn path=/trunk/; revision=26602
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index d830f00882..888529cd1e 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -237,7 +237,7 @@ EXTRA_DIST = \ $(error_DATA) \ $(error_i18n) \ $(glade_DATA) \ - $(schema_DATA) \ + $(schema_in_files) \ $(server_in_files) \ $(etspec_DATA) \ filtertypes.xml \ |