]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / Makefile.am
index 0ec4638b102d188917d390d298e5995c9719d063..ff6bc1a6e5b0f79e97dc61653110b6384584a9b4 100644 (file)
@@ -26,6 +26,8 @@ libmathed_la_SOURCES = \
        math_boxinset.h \
        math_binaryopinset.C \
        math_binaryopinset.h \
+       math_casesinset.C \
+       math_casesinset.h \
        math_charinset.C \
        math_charinset.h \
        math_cursor.C \
@@ -37,6 +39,8 @@ libmathed_la_SOURCES = \
        math_defs.h \
        math_deliminset.C \
        math_deliminset.h \
+       math_diffinset.C \
+       math_diffinset.h \
        math_diminset.C \
        math_diminset.h \
        math_dotsinset.C \
@@ -64,10 +68,14 @@ libmathed_la_SOURCES = \
        math_hullinset.h \
        math_inset.C \
        math_inset.h \
+       math_iterator.C \
+       math_iterator.h \
        math_kerninset.C \
        math_kerninset.h \
        math_lefteqninset.C \
        math_lefteqninset.h \
+       math_limitopinset.C \
+       math_limitopinset.h \
        math_macro.C \
        math_macro.h \
        math_macroarg.C \
@@ -88,6 +96,9 @@ libmathed_la_SOURCES = \
        math_notinset.h \
        math_parser.C \
        math_parser.h \
+       math_pos.C \
+       math_pos.h \
+       math_replace.h \
        math_rootinset.C \
        math_rootinset.h \
        math_scriptinset.C \
@@ -104,6 +115,8 @@ libmathed_la_SOURCES = \
        math_sqrtinset.h \
        math_stackrelinset.C \
        math_stackrelinset.h \
+       math_streamstr.C \
+       math_streamstr.h \
        math_stringinset.C \
        math_stringinset.h \
        math_support.C \