mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
fix warning on possibly(?) unused precompiled headers due to different -fPic settings on pch creation and use
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19468 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9b541f922f
commit
559c2f6482
@ -6,6 +6,8 @@ DISTCLEANFILES += config.h libintl.h version.cpp stamp-version version.cpp-tmp
|
||||
|
||||
MAINTAINERCLEANFILES += $(srcdir)/config.h.in
|
||||
|
||||
AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src $(BOOST_INCLUDES)
|
||||
|
||||
SUBDIRS = support frontends .
|
||||
|
||||
EXTRA_DIST = config.h.in stamp-h.in version.cpp.in \
|
||||
|
Loading…
Reference in New Issue
Block a user