]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
Make --without-include-boost compile (autotools)
[lyx.git] / src / tex2lyx / Makefile.am
index a245a8bc1f5a52d386b7adca894ffbf4aa59e815..c6df6470d2489e99a1342c7dc6c604841ed389a6 100644 (file)
@@ -36,7 +36,9 @@ LINKED_FILES = \
        ../Layout.cpp \
        ../TextClass.cpp \
        ../TextClass.h \
-       ../Lexer.cpp 
+       ../Lexer.cpp \
+       ../Color.cpp \
+       ../Color.h
 
 BUILT_SOURCES = $(PCH_FILE)
 
@@ -61,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