diff options
Diffstat (limited to 'applets/clock')
-rw-r--r-- | applets/clock/Makefile.am | 5 |
1 files changed, 3 insertions, 2 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 |