]> 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 a89e9c12a65bf5720de1f69487acce01c61dea6b..beecd168e6fcc989877511bec1d7fe999a438365 100644 (file)
@@ -6,6 +6,8 @@ noinst_LTLIBRARIES = libmathed.la
 
 INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
 
+AM_CXXFLAGS = $(PCH_FLAGS)
+
 libmathed_la_SOURCES = \
        textpainter.C \
        textpainter.h \
@@ -108,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 \
@@ -141,6 +141,8 @@ libmathed_la_SOURCES = \
        math_symbolinset.h \
        math_tabularinset.C \
        math_tabularinset.h \
+       math_tfracinset.C \
+       math_tfracinset.h \
        math_unknowninset.C \
        math_unknowninset.h \
        math_undersetinset.C \