diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/clock/Makefile.am | 5 | ||||
-rw-r--r-- | applets/fish/Makefile.am | 4 | ||||
-rw-r--r-- | applets/wncklet/Makefile.am | 5 |
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 |