]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
* is.at is const, is[] is a deep non-const copy
[lyx.git] / src / Makefile.am
index c2119a170552a5d5461d04bf979e32401f1e7dd7..7fa7a260b3513e3f965d28ad1408c3b2d69fd189 100644 (file)
@@ -159,6 +159,7 @@ SOURCEFILESCORE = \
        Text2.cpp \
        Text3.cpp \
        TexStream.cpp \
+       TextClass.cpp \
        TextMetrics.cpp \
        TocBackend.cpp \
        ToolbarBackend.cpp \
@@ -275,8 +276,7 @@ HEADERFILESCORE = \
        WordList.h
 
 STANDALONEFILES = \
-       Layout.cpp \
-       TextClass.cpp
+       Layout.cpp
 
 
 lyxcore.cpp:
@@ -478,10 +478,6 @@ endif
 
 noinst_LTLIBRARIES += liblyxinsets.la
 
-EXTRA_DIST += \
-       insets/InsetTheorem.cpp \
-       insets/InsetTheorem.h
-
 SOURCEFILESINSETS = \
        insets/MailInset.cpp \
        insets/ExternalSupport.cpp \
@@ -595,9 +591,7 @@ HEADERFILESINSETS = \
 #      insets/InsetList.cpp \
 #      insets/InsetList.h \
 #      insets/InsetSection.h \
-#      insets/InsetSection.cpp \
-#      insets/InsetTheorem.cpp \
-#      insets/InsetTheorem.h
+#      insets/InsetSection.cpp
 
 lyxinsets.cpp:
        @echo -e '$(SOURCEFILESINSETS:%=\n#include "%")\n' > $@