summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-02-07 15:09:56 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-02-07 15:09:56 +0000
commit63704798a2ed846965c94f730783ff41a8fc9fb9 (patch)
tree86dcaee57391c378345ab6f4bdad9e1d0ed85d60 /data
parent4d0a6f15d86f59fa9730c22dc74f940e52d45963 (diff)
downloadtotem-63704798a2ed846965c94f730783ff41a8fc9fb9.tar.gz
Fix makedistcheck with newly added mime-functions.sh (Closes: #405342)
2007-02-07 Bastien Nocera <hadess@hadess.net> * data/Makefile.am: * data/mime-type-include.sh: * data/schemas.sh: Fix makedistcheck with newly added mime-functions.sh (Closes: #405342) * src/backend/bacon-video-widget-gst-0.10.c: (bacon_video_widget_expose_event), (bacon_video_widget_play): Fix compilation warnings svn path=/trunk/; revision=4009
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am1
-rwxr-xr-xdata/mime-type-include.sh2
-rwxr-xr-xdata/schemas.sh2
3 files changed, 3 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index ca267541f..d6e540e99 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -96,6 +96,7 @@ EXTRA_DIST = \
mime-type-include.sh \
mime-type-list.txt \
schemas.sh \
+ mime-functions.sh \
totem.schemas.in \
totem-video-thumbnailer.1 \
totem-video-thumbnailer.pod
diff --git a/data/mime-type-include.sh b/data/mime-type-include.sh
index 6be1af550..7928c62bb 100755
--- a/data/mime-type-include.sh
+++ b/data/mime-type-include.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-. mime-functions.sh
+. `dirname $0`/mime-functions.sh
echo_mime () {
echo "\"$i\","
diff --git a/data/schemas.sh b/data/schemas.sh
index 2079230a0..8c4778c8f 100755
--- a/data/schemas.sh
+++ b/data/schemas.sh
@@ -3,7 +3,7 @@
OWNER=totem
COMMAND="$2/totem-video-thumbnailer -s %s %u %o"
-. mime-functions.sh
+. `dirname $0`/mime-functions.sh
upd_schema()
{