]> git.lyx.org Git - features.git/blobdiff - src/mathed/Makefile.am
More pch work.
[features.git] / src / mathed / Makefile.am
index f7a2abadbd11c5ee2c8c808c0d035bbd5ef02f6f..425b47b976e45abdc438fdcf67bfa0893c929c96 100644 (file)
@@ -1,14 +1,16 @@
 include $(top_srcdir)/config/common.am
 
+EXTRA_DIST = formulamacro.C
+
 noinst_LTLIBRARIES = libmathed.la
 
 INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
 
+AM_CXXFLAGS = $(PCH_FLAGS)
+
 libmathed_la_SOURCES = \
        textpainter.C \
        textpainter.h \
-       formulamacro.C \
-       formulamacro.h \
        math_amsarrayinset.C \
        math_amsarrayinset.h \
        math_arrayinset.C \
@@ -25,6 +27,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 \
@@ -51,8 +55,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 \
@@ -100,14 +102,14 @@ libmathed_la_SOURCES = \
        math_mathmlstream.h \
        math_matrixinset.C \
        math_matrixinset.h \
+       math_mboxinset.C \
+       math_mboxinset.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 \
@@ -139,8 +141,6 @@ libmathed_la_SOURCES = \
        math_symbolinset.h \
        math_tabularinset.C \
        math_tabularinset.h \
-       math_textinset.C \
-       math_textinset.h \
        math_unknowninset.C \
        math_unknowninset.h \
        math_undersetinset.C \