From 559c2f648239fff4fec769b34b30ccff23491e31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20Ridderstr=C3=B6m?= Date: Sun, 12 Aug 2007 18:42:57 +0000 Subject: [PATCH] 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 --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 431ebc0e69..b8f2b8b366 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \ -- 2.39.2