]> git.lyx.org Git - features.git/commitdiff
since r37306 tex2lyx uses src/LayoutFile too
authorStephan Witt <switt@lyx.org>
Mon, 24 Jan 2011 08:34:31 +0000 (08:34 +0000)
committerStephan Witt <switt@lyx.org>
Mon, 24 Jan 2011 08:34:31 +0000 (08:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37307 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/src/tex2lyx/CMakeLists.txt

index 42b2efec97b0d8383db656ca951fd6a08d0be660..7fbd12f7f65901b399504f0694c4f09f45992beb 100644 (file)
@@ -14,7 +14,7 @@ set(LINKED_headers)
 
 foreach(_src insets/InsetLayout Color Counters
        Encoding FloatList Floating
-       Layout LayoutModuleList Lexer ModuleList TextClass
+       Layout LayoutFile LayoutModuleList Lexer ModuleList TextClass
        FontInfo Spacing)
        list(APPEND LINKED_sources ${TOP_SRC_DIR}/src/${_src}.cpp)
        list(APPEND LINKED_headers ${TOP_SRC_DIR}/src/${_src}.h)