dist pch.h and mark PCH_FILE as built file

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10179 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2005-07-14 10:57:44 +00:00
parent 9abff568e6
commit 3af720c5a0
3 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-07-14 Lars Gullik Bjønnes <larsbj@lyx.org>
* moc/Makefile.am: dist pch.h and mark PCH_FILE as a built file
* ui/moc/Makefile.am: ditto
2005-07-12 Angus Leeming <leeming@lyx.org>
* lyx_gui.C (LQApplication d-tor): unlock the mutex if the Qt library

View File

@ -3,6 +3,10 @@ include $(srcdir)/../Makefile.dialogs
DISTCLEANFILES += *.C
EXTRA_DIST = pch.h
BUILT_SOURCES = $(PCH_FILE)
AM_CPPFLAGS += \
$(QT_CPPFLAGS) -DQT_NO_TRANSLATION \
$(PCH_FLAGS) \

View File

@ -3,6 +3,10 @@ include $(srcdir)/../../Makefile.dialogs
DISTCLEANFILES += $(UIFILES:.ui=_moc.C)
EXTRA_DIST = pch.h
BUILT_SOUCES = $(PCH_FILE)
AM_CPPFLAGS += \
$(QT_CPPFLAGS) -DQT_NO_TRANSLATION \
$(PCH_FLAGS) \