summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2014-12-15 11:40:02 +0300
committerinfirit <[email protected]>2015-01-07 16:25:22 +0100
commit0850f762de3d41eeaaa1c5aca3355037ee15c6db (patch)
tree2bc965746abf1d87dc3449bb0813b802bc35ceb1
parenta7d224c53ce2555fc675d689b35d01728eaf7b4e (diff)
downloadmate-power-manager-0850f762de3d41eeaaa1c5aca3355037ee15c6db.tar.bz2
mate-power-manager-0850f762de3d41eeaaa1c5aca3355037ee15c6db.tar.xz
fixed a typo in inhibit applet's Makefile.am
now the *.service file should be cleaned properly
-rw-r--r--applets/inhibit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/inhibit/Makefile.am b/applets/inhibit/Makefile.am
index c3244c1..4213cc8 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)