diff options
author | Stefano Karapetsas <[email protected]> | 2014-02-10 00:11:09 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-10 00:11:09 +0100 |
commit | 0a143c7564f982a846f5d04d1f14e67abf3c3cd2 (patch) | |
tree | ba26842521d876d738c0967d1b8f403ec8f5561c /command/Makefile.am | |
parent | 588a11e8e3a1c40a11578dfd51e238c0c5e33b79 (diff) | |
download | mate-applets-0a143c7564f982a846f5d04d1f14e67abf3c3cd2.tar.bz2 mate-applets-0a143c7564f982a846f5d04d1f14e67abf3c3cd2.tar.xz |
Fix makefilesmate-applets-1.7.1
Diffstat (limited to 'command/Makefile.am')
-rw-r--r-- | command/Makefile.am | 3 |
1 files changed, 2 insertions, 1 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 |