aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/Makefile.am
diff options
context:
space:
mode:
authorFrédéric Crozat <fcrozat@src.gnome.org>2004-07-09 19:18:53 +0800
committerFrédéric Crozat <fcrozat@src.gnome.org>2004-07-09 19:18:53 +0800
commitc892d0d8038b2584772b1673cf9de296ba44fff8 (patch)
tree9a5fa88c87aaceb36201c53de0b472e3afc84b22 /calendar/gui/Makefile.am
parent245b82197f48e88196e134926da37c6fa083b14f (diff)
downloadgsoc2013-evolution-c892d0d8038b2584772b1673cf9de296ba44fff8.tar
gsoc2013-evolution-c892d0d8038b2584772b1673cf9de296ba44fff8.tar.gz
gsoc2013-evolution-c892d0d8038b2584772b1673cf9de296ba44fff8.tar.bz2
gsoc2013-evolution-c892d0d8038b2584772b1673cf9de296ba44fff8.tar.lz
gsoc2013-evolution-c892d0d8038b2584772b1673cf9de296ba44fff8.tar.xz
gsoc2013-evolution-c892d0d8038b2584772b1673cf9de296ba44fff8.tar.zst
gsoc2013-evolution-c892d0d8038b2584772b1673cf9de296ba44fff8.zip
tarball should ship .schemas.in.in files, not generated files.
* gui/Makefile.am: tarball should ship .schemas.in.in files, not generated files. svn path=/trunk/; revision=26605
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r--calendar/gui/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index 15245c6813..3272226955 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -249,7 +249,7 @@ schema_DATA = $(schema_in_files:.schemas.in.in=-$(BASE_VERSION).schemas)
EXTRA_DIST = \
e-calendar-marshal.list \
$(glade_DATA) \
- $(schema_DATA) \
+ $(schema_in_files) \
$(etspec_DATA) \
$(server_in_files)