]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
Fix reading of math macros
[lyx.git] / src / mathed / Makefile.am
index 3f333fe95a9a78bc506e7d5be56d382ca614e2ea..442bb7d020386a540bab3c60ab239bd8a993df59 100644 (file)
@@ -2,7 +2,7 @@ include $(top_srcdir)/config/common.am
 
 noinst_LTLIBRARIES = libmathed.la
 
-INCLUDES = -I$(srcdir)/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
 
 libmathed_la_SOURCES = \
        dimension.C \
@@ -65,6 +65,8 @@ libmathed_la_SOURCES = \
        math_factory.h \
        math_fboxinset.C \
        math_fboxinset.h \
+       math_frameboxinset.C \
+       math_frameboxinset.h \
        math_fontinset.C \
        math_fontinset.h \
        math_fontoldinset.C \
@@ -77,6 +79,8 @@ libmathed_la_SOURCES = \
        math_gridinset.h \
        math_hullinset.C \
        math_hullinset.h \
+       math_inferinset.C \
+       math_inferinset.h \
        math_inset.C \
        math_inset.h \
        math_iterator.C \