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