From 1ae45c1a8cbc295635211336069a2a0c2f5029eb Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 19 Nov 2007 11:14:30 +0000 Subject: [PATCH] make sure that moc files are removed on "make clean" git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21675 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/Makefile.am | 2 +- status.15x | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/frontends/qt4/Makefile.am b/src/frontends/qt4/Makefile.am index 5190c640ed..cb5b668c7d 100644 --- a/src/frontends/qt4/Makefile.am +++ b/src/frontends/qt4/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS = ui EXTRA_DIST = pch.h Makefile.dialogs -DISTCLEANFILES += *_moc.cpp +CLEANFILES += *_moc.cpp libqt4_la_DEPENDENCIES = $(MOCEDFILES) diff --git a/status.15x b/status.15x index 11ab60ac2d..f1554779ae 100644 --- a/status.15x +++ b/status.15x @@ -185,3 +185,6 @@ What's new - Fix configure.py such that all possible extensions for executables are taken into account when searching for programs (Windows only). + +- Make sure that all the files created when compiling are removed by + "make clean".