]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
fix #1073
[lyx.git] / src / mathed / Makefile.am
index cad384f547813d137f65f7832101e763309de7f2..a10edf4fe96345448e9ee27cd1365b93effcbf86 100644 (file)
@@ -2,7 +2,7 @@ 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 \
@@ -35,6 +35,8 @@ 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 \
@@ -51,6 +53,8 @@ libmathed_la_SOURCES = \
        math_dotsinset.h \
        math_envinset.C \
        math_envinset.h \
+       math_ertinset.C \
+       math_ertinset.h \
        math_extern.C \
        math_extern.h \
        math_exfuncinset.C \
@@ -61,8 +65,12 @@ 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 \
+       math_fontoldinset.h \
        math_fracinset.C \
        math_fracinset.h \
        math_fracbase.C \
@@ -71,6 +79,8 @@ libmathed_la_SOURCES = \
        math_gridinset.h \
        math_hullinset.C \
        math_hullinset.h \
+       math_inferinset.C \
+       math_inferinset.h \
        math_inset.C \
        math_inset.h \
        math_iterator.C \
@@ -93,8 +103,6 @@ libmathed_la_SOURCES = \
        math_mathmlstream.h \
        math_matrixinset.C \
        math_matrixinset.h \
-       math_metricsinfo.C \
-       math_metricsinfo.h \
        math_nestinset.C \
        math_nestinset.h \
        math_numberinset.C \
@@ -132,14 +140,16 @@ 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 \