]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / Makefile.am
index aa7664df5e04059afe0254154e72ff401c6478d8..c2a116b54297a2611a450e1b7ba843de82d45d54 100644 (file)
@@ -2,9 +2,11 @@ include $(top_srcdir)/config/common.am
 
 noinst_LTLIBRARIES = libmathed.la
 
-INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
 
 libmathed_la_SOURCES = \
+       dimension.C \
+       dimension.h \
        textpainter.C \
        textpainter.h \
        formulabase.C \
@@ -19,6 +21,8 @@ libmathed_la_SOURCES = \
        math_arrayinset.h \
        math_atom.C \
        math_atom.h \
+       math_autocorrect.C \
+       math_autocorrect.h \
        math_biginset.C \
        math_biginset.h \
        math_binominset.C \
@@ -31,13 +35,14 @@ libmathed_la_SOURCES = \
        math_casesinset.h \
        math_charinset.C \
        math_charinset.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_defs.h \
        math_deliminset.C \
        math_deliminset.h \
        math_diffinset.C \
@@ -46,6 +51,10 @@ libmathed_la_SOURCES = \
        math_diminset.h \
        math_dotsinset.C \
        math_dotsinset.h \
+       math_envinset.C \
+       math_envinset.h \
+       math_ertinset.C \
+       math_ertinset.h \
        math_extern.C \
        math_extern.h \
        math_exfuncinset.C \
@@ -54,19 +63,24 @@ libmathed_la_SOURCES = \
        math_exintinset.h \
        math_factory.C \
        math_factory.h \
+       math_fboxinset.C \
+       math_fboxinset.h \
+       math_frameboxinset.C \
+       math_frameboxinset.h \
+       math_fontinset.C \
+       math_fontinset.h \
+       math_fontoldinset.C \
+       math_fontoldinset.h \
        math_fracinset.C \
        math_fracinset.h \
        math_fracbase.C \
        math_fracbase.h \
-       math_funcinset.C \
-       math_funcinset.h \
-       math_funcliminset.C \
-       math_funcliminset.h \
        math_gridinset.C \
        math_gridinset.h \
-       math_hash.C \
        math_hullinset.C \
        math_hullinset.h \
+       math_inferinset.C \
+       math_inferinset.h \
        math_inset.C \
        math_inset.h \
        math_iterator.C \
@@ -75,8 +89,8 @@ libmathed_la_SOURCES = \
        math_kerninset.h \
        math_lefteqninset.C \
        math_lefteqninset.h \
-       math_limitopinset.C \
-       math_limitopinset.h \
+       math_liminset.C \
+       math_liminset.h \
        math_macro.C \
        math_macro.h \
        math_macroarg.C \
@@ -89,12 +103,16 @@ libmathed_la_SOURCES = \
        math_mathmlstream.h \
        math_matrixinset.C \
        math_matrixinset.h \
-       math_metricsinfo.h \
        math_metricsinfo.C \
+       math_metricsinfo.h \
        math_nestinset.C \
        math_nestinset.h \
-       math_notinset.C \
-       math_notinset.h \
+       math_numberinset.C \
+       math_numberinset.h \
+       math_parboxinset.C \
+       math_parboxinset.h \
+       math_parinset.C \
+       math_parinset.h \
        math_parser.C \
        math_parser.h \
        math_pos.C \
@@ -108,8 +126,6 @@ libmathed_la_SOURCES = \
        math_sizeinset.h \
        math_spaceinset.C \
        math_spaceinset.h \
-       math_specialcharinset.C \
-       math_specialcharinset.h \
        math_splitinset.C \
        math_splitinset.h \
        math_sqrtinset.C \
@@ -126,15 +142,23 @@ libmathed_la_SOURCES = \
        math_support.h \
        math_symbolinset.C \
        math_symbolinset.h \
+       math_tabularinset.C \
+       math_tabularinset.h \
+       math_textinset.C \
+       math_textinset.h \
        math_unknowninset.C \
        math_unknowninset.h \
        math_undersetinset.C \
        math_undersetinset.h \
        math_xarrowinset.C \
        math_xarrowinset.h \
-       math_xdata.C \
-       math_xdata.h \
        math_xyarrowinset.C \
        math_xyarrowinset.h \
        math_xymatrixinset.C \
-       math_xymatrixinset.h
+       math_xymatrixinset.h \
+       button_inset.C \
+       button_inset.h \
+       command_inset.h \
+       command_inset.C \
+       ref_inset.h \
+       ref_inset.C