- 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
This commit is contained in:
Jean-Marc Lasgouttes 2008-03-20 13:46:54 +00:00
parent a5b2172de9
commit b53311572b
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@ TESTS = \
check_PROGRAMS = \
biblio
AM_CPPFLAGS += $(BOOST_INCLUDES)
AM_CPPFLAGS += $(PCH_FLAGS) $(BOOST_INCLUDES)
biblio_LDADD = $(BOOST_REGEX)
biblio_SOURCES = \

View File

@ -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)