]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / insets / Makefile.am
index 4063687fbd3998c025999ac0548c1151c0a66a42..2f7edc0b8f265f2fe6cb76e5dafca0892a2b5c10 100644 (file)
@@ -2,7 +2,7 @@ include $(top_srcdir)/config/common.am
 
 noinst_LTLIBRARIES = libinsets.la
 
-INCLUDES = -I$(srcdir)/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
 
 EXTRA_DIST = \
        insetlist.C \
@@ -39,6 +39,8 @@ libinsets_la_SOURCES = \
        insetexternal.h \
        insetfloat.h \
        insetfloat.C \
+       insetwrap.h \
+       insetwrap.C \
        insetfloatlist.C \
        insetfloatlist.h \
        insetfoot.C \
@@ -63,6 +65,8 @@ libinsets_la_SOURCES = \
        insetminipage.h \
        insetnote.C \
        insetnote.h \
+       insetoptarg.C \
+       insetoptarg.h \
        insetparent.C \
        insetparent.h \
        insetquotes.C \