mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 01:22:33 +00:00
- 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:
parent
a5b2172de9
commit
b53311572b
@ -10,7 +10,7 @@ TESTS = \
|
|||||||
check_PROGRAMS = \
|
check_PROGRAMS = \
|
||||||
biblio
|
biblio
|
||||||
|
|
||||||
AM_CPPFLAGS += $(BOOST_INCLUDES)
|
AM_CPPFLAGS += $(PCH_FLAGS) $(BOOST_INCLUDES)
|
||||||
|
|
||||||
biblio_LDADD = $(BOOST_REGEX)
|
biblio_LDADD = $(BOOST_REGEX)
|
||||||
biblio_SOURCES = \
|
biblio_SOURCES = \
|
||||||
|
@ -126,3 +126,5 @@ What's new
|
|||||||
|
|
||||||
* BUILD/INSTALLATION:
|
* BUILD/INSTALLATION:
|
||||||
|
|
||||||
|
- fix the 'make check' target in src/support; one of the checks still
|
||||||
|
fails (bug 4638)
|
||||||
|
Loading…
Reference in New Issue
Block a user