From: Michael Orlitzky Date: Sun, 3 Jun 2012 00:52:36 +0000 (-0400) Subject: Don't remove hdaps.desktop.in on `make clean`. X-Git-Tag: v0.0.9~1 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=commitdiff_plain;h=022c53d76ac4ef889f0f83fadf708ebe39f7cc10 Don't remove hdaps.desktop.in on `make clean`. --- diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am index 8dc27de..3669502 100644 --- a/panel-plugin/Makefile.am +++ b/panel-plugin/Makefile.am @@ -71,7 +71,6 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) EXTRA_DIST = $(desktop_in_files) CLEANFILES = \ - $(desktop_in_files) \ $(desktop_DATA) # vi:set ts=8 sw=8 noet ai nocindent syntax=automake: