diff options
author | Frédéric Crozat <fcrozat@src.gnome.org> | 2004-07-09 19:18:34 +0800 |
---|---|---|
committer | Frédéric Crozat <fcrozat@src.gnome.org> | 2004-07-09 19:18:34 +0800 |
commit | 245b82197f48e88196e134926da37c6fa083b14f (patch) | |
tree | cc67bc42bbd7d21a3136889e9b6237be12b0815c /addressbook/gui/component/Makefile.am | |
parent | 164632ce4f5c2996b4c04cf4282f5798ca045b2b (diff) | |
download | gsoc2013-evolution-245b82197f48e88196e134926da37c6fa083b14f.tar.gz gsoc2013-evolution-245b82197f48e88196e134926da37c6fa083b14f.tar.zst gsoc2013-evolution-245b82197f48e88196e134926da37c6fa083b14f.zip |
tarball should ship .schemas.in.in files, not generated files.
* gui/component/Makefile.am:
tarball should ship .schemas.in.in files, not generated files.
* gui/component/apps_evolution_addressbook.schemas.in.in:
Don't set empty default value on an int, this causes gconf warning.
(bug #60859)
svn path=/trunk/; revision=26604
Diffstat (limited to 'addressbook/gui/component/Makefile.am')
-rw-r--r-- | addressbook/gui/component/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 48f27f96c8..c8c2cc79a3 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -96,7 +96,7 @@ CLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = \ $(glade_DATA) \ - $(schema_DATA) \ + $(schema_in_files) \ $(server_in_files) dist-hook: |