summaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-06-30 22:09:14 +0200
committerStefano Karapetsas <[email protected]>2013-06-30 22:09:14 +0200
commit227eba6c0e82864c5fab857653cc2af6bbe20251 (patch)
tree5bd14189c6d367bbe5f45e5d1879adabed4af36e /applets
parent7392995dc8ff15c9e91c60009d5f51ee978843d9 (diff)
downloadmate-panel-227eba6c0e82864c5fab857653cc2af6bbe20251.tar.bz2
mate-panel-227eba6c0e82864c5fab857653cc2af6bbe20251.tar.xz
Fixes for make dist
Diffstat (limited to 'applets')
-rw-r--r--applets/clock/Makefile.am5
-rw-r--r--applets/fish/Makefile.am4
-rw-r--r--applets/wncklet/Makefile.am5
3 files changed, 8 insertions, 6 deletions
diff --git a/applets/clock/Makefile.am b/applets/clock/Makefile.am
index 6744d122..950ecddf 100644
--- a/applets/clock/Makefile.am
+++ b/applets/clock/Makefile.am
@@ -164,7 +164,7 @@ gsettings_SCHEMAS = org.mate.panel.applet.clock.gschema.xml
EXTRA_DIST = \
org.mate.panel.ClockApplet.mate-panel-applet.in.in \
- $(gsettings_SCHEMAS) \
+ $(gsettings_SCHEMAS).in.in \
$(xmlui_DATA) \
$(ui_DATA) \
clock-marshallers.list \
@@ -176,6 +176,7 @@ CLEANFILES = \
$(applet_DATA).in \
$(service_DATA) \
$(polkit_DATA) \
- $(dbus_services_DATA)
+ $(dbus_services_DATA) \
+ $(gsettings_SCHEMAS)
-include $(top_srcdir)/git.mk
diff --git a/applets/fish/Makefile.am b/applets/fish/Makefile.am
index 5ba408ee..f8688bac 100644
--- a/applets/fish/Makefile.am
+++ b/applets/fish/Makefile.am
@@ -91,8 +91,8 @@ EXTRA_DIST = \
$(service_in_files) \
$(ui_DATA) \
$(xmlui_DATA) \
- $(gsettings_SCHEMAS)
+ $(gsettings_SCHEMAS).in.in
-CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA)
+CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA) $(gsettings_SCHEMAS)
-include $(top_srcdir)/git.mk
diff --git a/applets/wncklet/Makefile.am b/applets/wncklet/Makefile.am
index b6842195..d7cba006 100644
--- a/applets/wncklet/Makefile.am
+++ b/applets/wncklet/Makefile.am
@@ -97,9 +97,10 @@ EXTRA_DIST = \
org.mate.panel.Wncklet.mate-panel-applet.in.in \
$(service_in_files) \
$(xmlui_DATA) \
- $(gsettings_SCHEMAS) \
+ org.mate.panel.applet.window-list.gschema.xml.in.in \
+ org.mate.panel.applet.workspace-switcher.gschema.xml.in.in \
$(ui_DATA)
-CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA)
+CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA) $(gsettings_SCHEMAS)
-include $(top_srcdir)/git.mk