mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 01:08:45 +00:00
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:
parent
bf9da54005
commit
1ae45c1a8c
@ -5,7 +5,7 @@ SUBDIRS = ui
|
|||||||
|
|
||||||
EXTRA_DIST = pch.h Makefile.dialogs
|
EXTRA_DIST = pch.h Makefile.dialogs
|
||||||
|
|
||||||
DISTCLEANFILES += *_moc.cpp
|
CLEANFILES += *_moc.cpp
|
||||||
|
|
||||||
libqt4_la_DEPENDENCIES = $(MOCEDFILES)
|
libqt4_la_DEPENDENCIES = $(MOCEDFILES)
|
||||||
|
|
||||||
|
@ -185,3 +185,6 @@ What's new
|
|||||||
|
|
||||||
- Fix configure.py such that all possible extensions for executables are
|
- Fix configure.py such that all possible extensions for executables are
|
||||||
taken into account when searching for programs (Windows only).
|
taken into account when searching for programs (Windows only).
|
||||||
|
|
||||||
|
- Make sure that all the files created when compiling are removed by
|
||||||
|
"make clean".
|
||||||
|
Loading…
Reference in New Issue
Block a user