]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
Fix math cursor positioning bug
[lyx.git] / src / mathed / Makefile.am
index beecd168e6fcc989877511bec1d7fe999a438365..7d5554c2ee2e534fb0e922ac98c4c7214c7b2455 100644 (file)
@@ -4,9 +4,7 @@ EXTRA_DIST = formulamacro.C
 
 noinst_LTLIBRARIES = libmathed.la
 
-INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
-
-AM_CXXFLAGS = $(PCH_FLAGS)
+AM_CPPFLAGS = $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
 
 libmathed_la_SOURCES = \
        textpainter.C \
@@ -102,8 +100,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 \
@@ -153,3 +149,6 @@ libmathed_la_SOURCES = \
        command_inset.C \
        ref_inset.h \
        ref_inset.C
+#      math_mboxinset.C
+#      math_mboxinset.h
+