]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
architectural changes to tex2lyx
[lyx.git] / src / mathed / Makefile.am
index e8f1d9a53f9358a7d497e73895d2bdb17eb33d08..998fa6c42eae8438480100c167c88eecb6ee4543 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 \
@@ -65,6 +63,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,6 +73,7 @@ libmathed_la_SOURCES = \
        math_fracinset.h \
        math_fracbase.C \
        math_fracbase.h \
+       math_gridinfo.h \
        math_gridinset.C \
        math_gridinset.h \
        math_hullinset.C \
@@ -97,12 +98,12 @@ 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 \
@@ -140,6 +141,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 \
@@ -148,12 +151,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 \