]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
fix a visual cursor edge-case:
[lyx.git] / src / Makefile.am
index f19da7cfa6efe329037e935b5b23468c438fbe4e..2e7e2e0a7a9d35549ca795491d9c7f4b4eb92547 100644 (file)
@@ -277,11 +277,12 @@ STANDALONEFILES = \
        Layout.cpp \
        TextClass.cpp
 
-if MONOLITHIC_CORE
 
 lyxcore.cpp:
        @echo -e '$(SOURCEFILESCORE:%=\n#include "%")\n' > $@
 
+if MONOLITHIC_CORE
+
 BUILT_SOURCES += lyxcore.cpp $(STANDALONEFILES)
 CLEANFILES += lyxcore.cpp
 
@@ -456,11 +457,11 @@ HEADERFILESMATHED = \
        mathed/MathSupport.h \
        mathed/TextPainter.h 
 
-if MONOLITHIC_MATHED
-
 lyxmathed.cpp:
        @echo -e '$(SOURCEFILESMATHED:%=\n#include "%")\n' > $@
 
+if MONOLITHIC_MATHED
+
 BUILT_SOURCES += lyxmathed.cpp
 CLEANFILES += lyxmathed.cpp
 
@@ -514,6 +515,7 @@ SOURCEFILESINSETS = \
        insets/InsetIndex.cpp \
        insets/InsetInfo.cpp \
        insets/InsetLabel.cpp \
+       insets/InsetLayout.cpp \
        insets/InsetLine.cpp \
        insets/InsetListings.cpp \
        insets/InsetListingsParams.cpp \
@@ -596,11 +598,11 @@ HEADERFILESINSETS = \
 #      insets/InsetTheorem.cpp \
 #      insets/InsetTheorem.h
 
-if MONOLITHIC_INSETS
-
 lyxinsets.cpp:
        @echo -e '$(SOURCEFILESINSETS:%=\n#include "%")\n' > $@
 
+if MONOLITHIC_INSETS
+
 BUILT_SOURCES += lyxinsets.cpp
 CLEANFILES += lyxinsets.cpp