summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--command/Makefile.am3
-rw-r--r--timerapplet/Makefile.am3
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