X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FMakefile.am;h=c6df6470d2489e99a1342c7dc6c604841ed389a6;hb=309c75046e71cc78f1968cff8ee10aaae1a62af7;hp=a245a8bc1f5a52d386b7adca894ffbf4aa59e815;hpb=9d711c62fc352193ef2873000b872ebd203143f3;p=lyx.git diff --git a/src/tex2lyx/Makefile.am b/src/tex2lyx/Makefile.am index a245a8bc1f..c6df6470d2 100644 --- a/src/tex2lyx/Makefile.am +++ b/src/tex2lyx/Makefile.am @@ -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