]> 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 524b91b37c4244d67c2fa9a2b6dfb3337a40d6d8..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 \
@@ -139,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 \