summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2006-08-13 12:28:29 +0000
committerBastien Nocera <hadess@src.gnome.org>2006-08-13 12:28:29 +0000
commit2930afb88063efe151a5daaec20d87841b0c538e (patch)
treec8073eece635d576cd8fde1b58de24c1b171e666 /data
parent54b9aaeb52292012f3023c7137285b192b984a40 (diff)
downloadtotem-2930afb88063efe151a5daaec20d87841b0c538e.tar.gz
Patch from Loïc Minier <lool+gnome@via.ecp.fr> to not delete
2006-08-13 Bastien Nocera <hadess@hadess.net> * data/Makefile.am: Patch from Loïc Minier <lool+gnome@via.ecp.fr> to not delete totem.schemas.in on make clean (Closes: #351148)
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 0444b1d69..36c399444 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -75,7 +75,7 @@ totem-video-thumbnail.schemas.in: schemas.sh mime-type-list.txt
totem-handlers.schemas.in: handlers.sh
$(srcdir)/handlers.sh > $@
-generated_schema_in_files = totem.schemas.in totem-video-thumbnail.schemas.in totem-handlers.schemas.in
+generated_schema_in_files = totem-video-thumbnail.schemas.in totem-handlers.schemas.in
schema_in_files = totem.schemas.in $(generated_schema_in_files)
schemadir = $(GCONF_SCHEMA_FILE_DIR)
schema_DATA = $(schema_in_files:.schemas.in=.schemas)