]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
split inset -> inset + updatableinset
[lyx.git] / src / mathed / Makefile.am
index 6de103b151867a90b5e91c56b755b9f5ff5d661b..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 \
@@ -35,6 +35,8 @@ libmathed_la_SOURCES = \
        math_casesinset.h \
        math_charinset.C \
        math_charinset.h \
+       math_commentinset.C \
+       math_commentinset.h \
        math_cursor.C \
        math_cursor.h \
        math_data.C \
@@ -63,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 \
@@ -75,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 \