diff options
author | Frédéric Crozat <fcrozat@src.gnome.org> | 2004-07-09 19:18:16 +0800 |
---|---|---|
committer | Frédéric Crozat <fcrozat@src.gnome.org> | 2004-07-09 19:18:16 +0800 |
commit | 164632ce4f5c2996b4c04cf4282f5798ca045b2b (patch) | |
tree | 37c016bc60b426481e4a2dd8bda362f0a49c4ec1 /shell/Makefile.am | |
parent | defbf78488dac93e88812c4418dbb31d94fc049e (diff) | |
download | gsoc2013-evolution-164632ce4f5c2996b4c04cf4282f5798ca045b2b.tar.gz gsoc2013-evolution-164632ce4f5c2996b4c04cf4282f5798ca045b2b.tar.zst gsoc2013-evolution-164632ce4f5c2996b4c04cf4282f5798ca045b2b.zip |
tarball should ship .schemas.in.in files, not generated files.
* Makefile.am:
tarball should ship .schemas.in.in files, not generated files.
* apps_evolution_shell.schemas.in.in:
Don't translate default component id (bug #60859)
svn path=/trunk/; revision=26603
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 527b2d92f1..4583f3cb92 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -233,7 +233,7 @@ EXTRA_DIST = \ $(error_DATA) \ $(error_i18n) \ $(glade_DATA) \ - $(schema_DATA) \ + $(schema_in_files) \ ChangeLog.pre-1-4 \ e-shell-marshal.list \ evolution-nognome.in |