]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
more IU
[lyx.git] / src / mathed / Makefile.am
index 3f333fe95a9a78bc506e7d5be56d382ca614e2ea..c400caeb2545b46f75898816660aa1528170b947 100644 (file)
@@ -2,11 +2,9 @@ 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 \
@@ -27,6 +25,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,6 +35,8 @@ 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 \
@@ -45,6 +47,8 @@ libmathed_la_SOURCES = \
        math_decorationinset.h \
        math_deliminset.C \
        math_deliminset.h \
+       math_dfracinset.C \
+       math_dfracinset.h \
        math_diffinset.C \
        math_diffinset.h \
        math_diminset.C \
@@ -65,6 +69,8 @@ libmathed_la_SOURCES = \
        math_factory.h \
        math_fboxinset.C \
        math_fboxinset.h \
+       math_frameboxinset.C \
+       math_frameboxinset.h \
        math_fontinset.C \
        math_fontinset.h \
        math_fontoldinset.C \
@@ -73,14 +79,13 @@ 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_inset.C \
        math_inset.h \
-       math_iterator.C \
-       math_iterator.h \
        math_kerninset.C \
        math_kerninset.h \
        math_lefteqninset.C \
@@ -95,24 +100,24 @@ 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_metricsinfo.C \
-       math_metricsinfo.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 \
@@ -138,6 +143,8 @@ 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 \
@@ -146,12 +153,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 \