]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
some (yet unfinished) up/down work
[lyx.git] / src / mathed / Makefile.am
index 524b91b37c4244d67c2fa9a2b6dfb3337a40d6d8..62cca54f1033f23eee48e8578aa1b6692064d373 100644 (file)
@@ -1,10 +1,12 @@
 include $(top_srcdir)/config/common.am
 
-EXTRA_DIST = formulamacro.C
+EXTRA_DIST = pch.h formulamacro.C
+
+BUILT_SOURCES = $(PCH_FILE)
 
 noinst_LTLIBRARIES = libmathed.la
 
-INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
+AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
 
 libmathed_la_SOURCES = \
        textpainter.C \
@@ -100,8 +102,6 @@ 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 \
@@ -139,6 +139,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 \
@@ -149,3 +151,6 @@ libmathed_la_SOURCES = \
        command_inset.C \
        ref_inset.h \
        ref_inset.C
+#      math_mboxinset.C
+#      math_mboxinset.h
+