summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-10-21 18:14:42 +0200
committerinfirit <[email protected]>2013-10-21 18:14:42 +0200
commit02fcccd45f84509a8aa5179e448c8193034930c1 (patch)
tree949d66058dfced603053b4f74cf31d1fc253a1bd
parent4161f8e7279c7f2852c9fc98528e801b36a863f6 (diff)
downloadmate-media-02fcccd45f84509a8aa5179e448c8193034930c1.tar.bz2
mate-media-02fcccd45f84509a8aa5179e448c8193034930c1.tar.xz
Correct EXTRA_DIST
-rw-r--r--gst-mixer-applet/Makefile.am2
-rw-r--r--gst-mixer/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst-mixer-applet/Makefile.am b/gst-mixer-applet/Makefile.am
index 068cb60..ffe63d6 100644
--- a/gst-mixer-applet/Makefile.am
+++ b/gst-mixer-applet/Makefile.am
@@ -62,7 +62,7 @@ EXTRA_DIST = \
org.mate.applets.MixerApplet.mate-panel-applet.in.in \
$(service_in_files) \
$(ui_DATA) \
- $(gsettings_SCHEMAS_in_in)
+ $(gsettings_SCHEMAS).in.in
CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA) $(gsettings_SCHEMAS_in) $(gsettings_SCHEMAS) *.gschema.valid
diff --git a/gst-mixer/Makefile.am b/gst-mixer/Makefile.am
index 57a3056..7982566 100644
--- a/gst-mixer/Makefile.am
+++ b/gst-mixer/Makefile.am
@@ -19,7 +19,7 @@ convert_DATA = mate-volume-control.convert
EXTRA_DIST = \
$(Desktop_in_files) \
$(convert_DATA) \
- $(gsettings_schemas_in_in)
+ $(gsettings_SCHEMAS).in.in
CLEANFILES = \
$(Desktop_DATA) \