mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
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:
parent
9abff568e6
commit
3af720c5a0
@ -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
|
||||
|
@ -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) \
|
||||
|
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user