From 227eba6c0e82864c5fab857653cc2af6bbe20251 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 30 Jun 2013 22:09:14 +0200 Subject: Fixes for make dist --- applets/clock/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'applets/clock') 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 -- cgit v1.2.1