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
This commit is contained in:
Jean-Marc Lasgouttes 2007-11-19 11:14:30 +00:00
parent bf9da54005
commit 1ae45c1a8c
2 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@ SUBDIRS = ui
EXTRA_DIST = pch.h Makefile.dialogs
DISTCLEANFILES += *_moc.cpp
CLEANFILES += *_moc.cpp
libqt4_la_DEPENDENCIES = $(MOCEDFILES)

View File

@ -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".