From 0850f762de3d41eeaaa1c5aca3355037ee15c6db Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 15 Dec 2014 11:40:02 +0300 Subject: fixed a typo in inhibit applet's Makefile.am now the *.service file should be cleaned properly --- applets/inhibit/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1