]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
Make Helge happy: no more crash on arrow up/down in math macro
[lyx.git] / src / mathed / Makefile.am
index a89e9c12a65bf5720de1f69487acce01c61dea6b..7d5554c2ee2e534fb0e922ac98c4c7214c7b2455 100644 (file)
@@ -4,7 +4,7 @@ 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 \
@@ -100,16 +100,12 @@ 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 \
@@ -141,6 +137,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 \
@@ -151,3 +149,6 @@ libmathed_la_SOURCES = \
        command_inset.C \
        ref_inset.h \
        ref_inset.C
+#      math_mboxinset.C
+#      math_mboxinset.h
+