From 0a143c7564f982a846f5d04d1f14e67abf3c3cd2 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 10 Feb 2014 00:11:09 +0100 Subject: Fix makefiles --- command/Makefile.am | 3 ++- timerapplet/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/command/Makefile.am b/command/Makefile.am index b8bb5029..42bcaa5e 100644 --- a/command/Makefile.am +++ b/command/Makefile.am @@ -38,7 +38,8 @@ gsettings_SCHEMAS = org.mate.panel.applet.command.gschema.xml $(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ EXTRA_DIST = \ - $(applets_in_files) \ + $(applets_in_files).in \ $(service_in_files) \ $(gsettings_SCHEMAS).in.in +CLEANFILES = $(applets_DATA) $(applets_DATA).in $(service_DATA) $(gsettings_SCHEMAS_in) $(gsettings_SCHEMAS) *.gschema.valid diff --git a/timerapplet/Makefile.am b/timerapplet/Makefile.am index e0af8402..01517ff8 100644 --- a/timerapplet/Makefile.am +++ b/timerapplet/Makefile.am @@ -39,7 +39,8 @@ gsettings_SCHEMAS = org.mate.panel.applet.timer.gschema.xml $(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ EXTRA_DIST = \ - $(applets_in_files) \ + $(applets_in_files).in \ $(service_in_files) \ $(gsettings_SCHEMAS).in.in +CLEANFILES = $(applets_DATA) $(applets_DATA).in $(service_DATA) $(gsettings_SCHEMAS_in) $(gsettings_SCHEMAS) *.gschema.valid -- cgit v1.2.1