diff options
author | Stefano Karapetsas <[email protected]> | 2013-06-30 22:09:14 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-06-30 22:09:14 +0200 |
commit | 227eba6c0e82864c5fab857653cc2af6bbe20251 (patch) | |
tree | 5bd14189c6d367bbe5f45e5d1879adabed4af36e /applets/clock/Makefile.am | |
parent | 7392995dc8ff15c9e91c60009d5f51ee978843d9 (diff) | |
download | mate-panel-227eba6c0e82864c5fab857653cc2af6bbe20251.tar.bz2 mate-panel-227eba6c0e82864c5fab857653cc2af6bbe20251.tar.xz |
Fixes for make dist
Diffstat (limited to 'applets/clock/Makefile.am')
-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 |