]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
Compile fix gcc 2.95 + stlport
[lyx.git] / src / mathed / Makefile.am
index 423995cbb83828ffcf68365c1107bae1fe92da76..9e2dec5669d4e109bcf78a74fce5bc5413b08bc1 100644 (file)
@@ -5,14 +5,8 @@ noinst_LTLIBRARIES = libmathed.la
 INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
 
 libmathed_la_SOURCES = \
-       dimension.C \
-       dimension.h \
        textpainter.C \
        textpainter.h \
-       formulabase.C \
-       formulabase.h \
-       formula.C \
-       formula.h \
        formulamacro.C \
        formulamacro.h \
        math_amsarrayinset.C \
@@ -27,6 +21,8 @@ libmathed_la_SOURCES = \
        math_biginset.h \
        math_binominset.C \
        math_binominset.h \
+       math_boldsymbolinset.C \
+       math_boldsymbolinset.h \
        math_boxinset.C \
        math_boxinset.h \
        math_braceinset.C \
@@ -35,16 +31,18 @@ libmathed_la_SOURCES = \
        math_casesinset.h \
        math_charinset.C \
        math_charinset.h \
+       math_colorinset.C \
+       math_colorinset.h \
        math_commentinset.C \
        math_commentinset.h \
-       math_cursor.C \
-       math_cursor.h \
        math_data.C \
        math_data.h \
        math_decorationinset.C \
        math_decorationinset.h \
        math_deliminset.C \
        math_deliminset.h \
+       math_dfracinset.C \
+       math_dfracinset.h \
        math_diffinset.C \
        math_diffinset.h \
        math_diminset.C \
@@ -80,12 +78,8 @@ libmathed_la_SOURCES = \
        math_gridinset.h \
        math_hullinset.C \
        math_hullinset.h \
-       math_inferinset.C \
-       math_inferinset.h \
        math_inset.C \
        math_inset.h \
-       math_iterator.C \
-       math_iterator.h \
        math_kerninset.C \
        math_kerninset.h \
        math_lefteqninset.C \
@@ -100,22 +94,26 @@ 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 \
        math_matrixinset.h \
+       math_mboxinset.C \
+       math_mboxinset.h \
        math_nestinset.C \
        math_nestinset.h \
        math_numberinset.C \
        math_numberinset.h \
+       math_oversetinset.C \
+       math_oversetinset.h \
        math_parboxinset.C \
        math_parboxinset.h \
        math_parinset.C \
        math_parinset.h \
        math_parser.C \
        math_parser.h \
-       math_pos.C \
-       math_pos.h \
        math_replace.h \
        math_rootinset.C \
        math_rootinset.h \
@@ -151,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 \