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