From b53311572b4168b0a51403c8ba8dd78d1f959f53 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Thu, 20 Mar 2008 13:46:54 +0000 Subject: [PATCH] - fix the 'make check' target in src/support; one of the checks still fails (bug 4638) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@23850 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/controllers/tests/Makefile.am | 2 +- status.15x | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/frontends/controllers/tests/Makefile.am b/src/frontends/controllers/tests/Makefile.am index ca1649bdf6..16938fd51f 100644 --- a/src/frontends/controllers/tests/Makefile.am +++ b/src/frontends/controllers/tests/Makefile.am @@ -10,7 +10,7 @@ TESTS = \ check_PROGRAMS = \ biblio -AM_CPPFLAGS += $(BOOST_INCLUDES) +AM_CPPFLAGS += $(PCH_FLAGS) $(BOOST_INCLUDES) biblio_LDADD = $(BOOST_REGEX) biblio_SOURCES = \ diff --git a/status.15x b/status.15x index bdf0b51dcb..da73de65e2 100644 --- a/status.15x +++ b/status.15x @@ -126,3 +126,5 @@ What's new * BUILD/INSTALLATION: +- fix the 'make check' target in src/support; one of the checks still + fails (bug 4638)