From 3f7cafb370365651c76bba51b7f09110b35d6252 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 4 Dec 2013 04:40:02 +0000 Subject: Fix 'make clean' where some files were not being cleaned (thanks fabian). Subversion-branch: /branches/v2-branch Subversion-revision: 2756 --- src/setup/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/setup/Makefile.am') diff --git a/src/setup/Makefile.am b/src/setup/Makefile.am index f58c6294..27de0add 100644 --- a/src/setup/Makefile.am +++ b/src/setup/Makefile.am @@ -30,6 +30,8 @@ EXTRA_DIST= \ appdir = $(prefix)/share/applications app_DATA = @PROGRAM_PREFIX@setup.desktop +CLEANFILES = $(app_DATA) + @PROGRAM_PREFIX@setup.desktop : setup.desktop cp setup.desktop $@ -- cgit v1.2.3