]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
Fix math cursor positioning bug
[lyx.git] / src / mathed / Makefile.am
index 40edab9de390a57a12e1571e3ffa1f7acbe8b7c2..7d5554c2ee2e534fb0e922ac98c4c7214c7b2455 100644 (file)
@@ -1,18 +1,14 @@
 include $(top_srcdir)/config/common.am
 
+EXTRA_DIST = formulamacro.C
+
 noinst_LTLIBRARIES = libmathed.la
 
-INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
+AM_CPPFLAGS = $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
 
 libmathed_la_SOURCES = \
        textpainter.C \
        textpainter.h \
-       formulabase.C \
-       formulabase.h \
-       formula.C \
-       formula.h \
-       formulamacro.C \
-       formulamacro.h \
        math_amsarrayinset.C \
        math_amsarrayinset.h \
        math_arrayinset.C \
@@ -29,6 +25,8 @@ libmathed_la_SOURCES = \
        math_boldsymbolinset.h \
        math_boxinset.C \
        math_boxinset.h \
+       math_boxedinset.C \
+       math_boxedinset.h \
        math_braceinset.C \
        math_braceinset.h \
        math_casesinset.C \
@@ -39,8 +37,6 @@ libmathed_la_SOURCES = \
        math_colorinset.h \
        math_commentinset.C \
        math_commentinset.h \
-       math_cursor.C \
-       math_cursor.h \
        math_data.C \
        math_data.h \
        math_decorationinset.C \
@@ -57,8 +53,6 @@ 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 \
@@ -86,8 +80,6 @@ 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 \
@@ -114,8 +106,6 @@ libmathed_la_SOURCES = \
        math_numberinset.h \
        math_oversetinset.C \
        math_oversetinset.h \
-       math_parboxinset.C \
-       math_parboxinset.h \
        math_parinset.C \
        math_parinset.h \
        math_parser.C \
@@ -147,8 +137,8 @@ libmathed_la_SOURCES = \
        math_symbolinset.h \
        math_tabularinset.C \
        math_tabularinset.h \
-       math_textinset.C \
-       math_textinset.h \
+       math_tfracinset.C \
+       math_tfracinset.h \
        math_unknowninset.C \
        math_unknowninset.h \
        math_undersetinset.C \
@@ -159,3 +149,6 @@ libmathed_la_SOURCES = \
        command_inset.C \
        ref_inset.h \
        ref_inset.C
+#      math_mboxinset.C
+#      math_mboxinset.h
+