]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
Fix layout bug. Pasting text into a cell tried to set Standard layout, because
[lyx.git] / src / tex2lyx / Makefile.am
index 6b26436c416db283e5a2723ce8b9145962b3b76f..3f236c9234881207080caecceeb45f27bf1ceca3 100644 (file)
@@ -24,7 +24,7 @@ AM_CPPFLAGS += \
        $(PCH_FLAGS) \
        -I$(top_srcdir)/src/tex2lyx \
        -I$(top_srcdir)/src  \
-       -I$(top_builddir)/src \
+       -I$(top_builddir) \
        $(BOOST_INCLUDES)
 
 
@@ -33,12 +33,13 @@ LINKED_FILES = \
        ../Floating.cpp \
        ../Counters.cpp \
        ../insets/InsetLayout.cpp \
-       ../BaseClassList.h \
+       ../LayoutFile.h \
        ../Layout.h \
        ../Layout.cpp \
        ../TextClass.cpp \
        ../TextClass.h \
        ../Lexer.cpp \
+       ../lengthcommon.cpp \
        ../Color.cpp \
        ../Color.h
 
@@ -53,7 +54,6 @@ tex2lyx_SOURCES = \
        Font.cpp \
        Font.h \
        gettext.cpp \
-       lengthcommon.cpp \
        Parser.cpp \
        Parser.h \
        tex2lyx.cpp \