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:
José Matox 2007-09-21 07:18:21 +00:00
parent 6881ac8c4c
commit 309c75046e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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