diff options
author | monsta <[email protected]> | 2014-12-15 11:40:02 +0300 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-15 23:00:19 +0100 |
commit | 6ead40fc0bdc811ab349c928774f75a97c03aa81 (patch) | |
tree | 91f3cd3dbf9050c229a4600ef937474e29a1c1fa /applets/inhibit/Makefile.am | |
parent | 50ed5b90311641717cec316d62bc8e6906396b35 (diff) | |
download | mate-power-manager-6ead40fc0bdc811ab349c928774f75a97c03aa81.tar.bz2 mate-power-manager-6ead40fc0bdc811ab349c928774f75a97c03aa81.tar.xz |
fixed a typo in inhibit applet's Makefile.am
now the *.service file should be cleaned properly
Diffstat (limited to 'applets/inhibit/Makefile.am')
-rw-r--r-- | applets/inhibit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/inhibit/Makefile.am b/applets/inhibit/Makefile.am index b8bda18..f51b281 100644 --- a/applets/inhibit/Makefile.am +++ b/applets/inhibit/Makefile.am @@ -66,4 +66,4 @@ ui_DATA = inhibit-applet-menu.xml EXTRA_DIST = org.mate.InhibitApplet.mate-panel-applet.in.in $(ui_DATA) $(service_in_files) DISTCLEANFILES = \ - $(applet_DATA) $(applet_DATA).in $(server_DATA) + $(applet_DATA) $(applet_DATA).in $(service_DATA) |