]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / mathed / Makefile.am
index a10edf4fe96345448e9ee27cd1365b93effcbf86..0f0efffca6ac6a2ac770610c1602c9f3fb0e8d12 100644 (file)
@@ -5,8 +5,6 @@ noinst_LTLIBRARIES = libmathed.la
 INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
 
 libmathed_la_SOURCES = \
-       dimension.C \
-       dimension.h \
        textpainter.C \
        textpainter.h \
        formulabase.C \
@@ -75,12 +73,11 @@ libmathed_la_SOURCES = \
        math_fracinset.h \
        math_fracbase.C \
        math_fracbase.h \
+       math_gridinfo.h \
        math_gridinset.C \
        math_gridinset.h \
        math_hullinset.C \
        math_hullinset.h \
-       math_inferinset.C \
-       math_inferinset.h \
        math_inset.C \
        math_inset.h \
        math_iterator.C \
@@ -99,6 +96,8 @@ libmathed_la_SOURCES = \
        math_macrotemplate.h \
        math_macrotable.C \
        math_macrotable.h \
+       math_makeboxinset.C \
+       math_makeboxinset.h \
        math_mathmlstream.C \
        math_mathmlstream.h \
        math_matrixinset.C \
@@ -150,12 +149,6 @@ libmathed_la_SOURCES = \
        math_undersetinset.h \
        math_xarrowinset.C \
        math_xarrowinset.h \
-       math_xyarrowinset.C \
-       math_xyarrowinset.h \
-       math_xymatrixinset.C \
-       math_xymatrixinset.h \
-       button_inset.C \
-       button_inset.h \
        command_inset.h \
        command_inset.C \
        ref_inset.h \