mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Make --without-include-boost compile (autotools)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20407 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6881ac8c4c
commit
309c75046e
@ -37,6 +37,7 @@ BOOST_FILESYSTEM = -lboost_filesystem
|
||||
BOOST_REGEX = -lboost_regex
|
||||
BOOST_SIGNALS = -lboost_signals
|
||||
BOOST_IOSTREAMS = -lboost_iostreams
|
||||
BOOST_LIBS = $(BOOST_FILESYSTEM) $(BOOST_REGEX) $(BOOST_SIGNALS) $(BOOST_IOSTREAMS)
|
||||
endif
|
||||
|
||||
LIBS =
|
||||
|
@ -63,8 +63,7 @@ tex2lyx_SOURCES = \
|
||||
|
||||
tex2lyx_LDADD = \
|
||||
$(top_builddir)/src/support/liblyxsupport.la \
|
||||
$(top_builddir)/boost/liblyxboost.la \
|
||||
$(LIBICONV) @LIBS@
|
||||
$(LIBICONV) $(BOOST_LIBS) @LIBS@
|
||||
|
||||
tex2lyx.1:
|
||||
cp -p $(srcdir)/tex2lyx.man tex2lyx.1
|
||||
|
Loading…
Reference in New Issue
Block a user