]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
rename math_(root|grid).[Ch] to math_(root|grid)inset.[Ch]
[lyx.git] / src / mathed / Makefile.am
index 04fabc232e1af0a18efe7ec86ac13eabb6638417..d2e13830f7a5023ffa975202b612d9de08996ee2 100644 (file)
@@ -5,21 +5,23 @@ noinst_LTLIBRARIES = libmathed.la
 LIBS=
 ETAGS_ARGS = --lang=c++
 BOOST_INCLUDES = -I$(top_srcdir)/boost
-INCLUDES = -I${top_srcdir}/images -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
 
 libmathed_la_SOURCES = \
        array.C \
        array.h \
+       xarray.C \
+       xarray.h \
+       formulabase.C \
+       formulabase.h \
        formula.C \
        formula.h \
        formulamacro.C \
        formulamacro.h \
-       math_sqrtinset.C \
-       math_sqrtinset.h \
-       math_accentinset.C \
-       math_accentinset.h \
+       math_arrayinset.C \
+       math_arrayinset.h \
        math_bigopinset.C \
-       math_bibopinset.h \
+       math_bigopinset.h \
        math_cursor.C \
        math_cursor.h \
        math_decorationinset.C \
@@ -29,40 +31,41 @@ libmathed_la_SOURCES = \
        math_deliminset.h \
        math_dotsinset.C \
        math_dotsinset.h \
-       math_draw.C \
-       math_forms.C \
-       math_forms.h \
        math_fracinset.C \
        math_fracinset.h \
        math_funcinset.C \
        math_funcinset.h \
+       math_gridinset.C \
+       math_gridinset.h \
        math_hash.C \
        math_inset.C \
        math_inset.h \
-       math_iter.C \
-       math_iter.h \
        math_macro.C \
        math_macro.h \
+       math_macroarg.C \
+       math_macroarg.h \
+       math_macrotemplate.C \
+       math_macrotemplate.h \
+       math_macrotable.C \
+       math_macrotable.h \
        math_matrixinset.C \
        math_matrixinset.h \
-       math_panel.C \
-       math_panel.h \
-       math_parinset.C \
-       math_parinset.h \
        math_parser.C \
        math_parser.h \
-       math_root.C \
-       math_root.h \
-       math_rowst.h \
+       math_rootinset.C \
+       math_rootinset.h \
+       math_scriptinset.C \
+       math_scriptinset.h \
+       math_sizeinset.C \
+       math_sizeinset.h \
        math_spaceinset.C \
        math_spaceinset.h \
-       math_symbols.C \
+       math_sqrtinset.C \
+       math_sqrtinset.h \
+       math_updowninset.C \
+       math_updowninset.h \
        math_utils.C \
-       math_write.C \
-       math_xiter.C \
-       math_xiter.h \
-       matriz.C \
-       matriz.h \
+       math_utils.h \
        support.C \
        support.h \
        symbol_def.h