]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / Makefile.am
index c0626947e7bb78ee66ce8b5af830a49531c5b780..beecd168e6fcc989877511bec1d7fe999a438365 100644 (file)
@@ -1,9 +1,13 @@
 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 \
@@ -23,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 \
@@ -49,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 \
@@ -106,8 +110,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 \
@@ -139,8 +141,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 \