]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
tex2lyx/text.cpp: take care of the brace pair after comment environments that are...
[lyx.git] / src / tex2lyx / Makefile.am
index a245a8bc1f5a52d386b7adca894ffbf4aa59e815..d9571cbdaa9f859b704786ba4bde2eacf34efa2d 100644 (file)
@@ -32,11 +32,16 @@ LINKED_FILES = \
        ../FloatList.cpp \
        ../Floating.cpp \
        ../Counters.cpp \
+       ../insets/InsetLayout.cpp \
+       ../LayoutFile.h \
        ../Layout.h \
        ../Layout.cpp \
        ../TextClass.cpp \
        ../TextClass.h \
-       ../Lexer.cpp 
+       ../Lexer.cpp \
+       ../lengthcommon.cpp \
+       ../Color.cpp \
+       ../Color.h
 
 BUILT_SOURCES = $(PCH_FILE)
 
@@ -49,7 +54,6 @@ tex2lyx_SOURCES = \
        Font.cpp \
        Font.h \
        gettext.cpp \
-       lengthcommon.cpp \
        Parser.cpp \
        Parser.h \
        tex2lyx.cpp \
@@ -61,8 +65,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