]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
some reindentation, revert workarea xpos++, constify, remove all traces of LyXParagra...
[lyx.git] / src / insets / Makefile.am
index 6eb6dc2ff4352170a4f65359b1602b80d9eed754..cb6998712d16cf644b93fb5d9dbd9129b57ef951 100644 (file)
@@ -4,16 +4,14 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
 noinst_LTLIBRARIES = libinsets.la
 LIBS =
 ETAGS_ARGS = --lang=c++
-INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS)
+BOOST_INCLUDES = -I$(top_srcdir)/boost
+INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
 
 libinsets_la_SOURCES = \
-       BoundingBox.h \
        ExternalTemplate.C \
        ExternalTemplate.h \
        figinset.C \
        figinset.h \
-       form_graphics.C \
-       form_graphics.h \
        inset.C \
        insetbib.C \
        insetbib.h \
@@ -35,10 +33,14 @@ libinsets_la_SOURCES = \
        insetexternal.h \
        insetfloat.h \
        insetfloat.C \
+       insetfloatlist.C \
+       insetfloatlist.h \
        insetfoot.C \
        insetfoot.h \
        insetfootlike.C \
        insetfootlike.h \
+       insetgraphicsParams.h \
+       insetgraphicsParams.C \
        insetgraphics.C \
        insetgraphics.h \
        insetinclude.C \
@@ -53,12 +55,6 @@ libinsets_la_SOURCES = \
        insetlatexaccent.h \
        insetlist.C \
        insetlist.h \
-       insetloa.C \
-       insetloa.h \
-       insetlof.C \
-       insetlof.h \
-       insetlot.C \
-       insetlot.h \
        insetmarginal.h \
        insetmarginal.C \
        insetminipage.C \
@@ -75,10 +71,10 @@ libinsets_la_SOURCES = \
        insetspecialchar.h \
        insettabular.C \
        insettabular.h \
-       insettheorem.C \
-       insettheorem.h \
        insettext.C \
        insettext.h \
+       insettheorem.C \
+       insettheorem.h \
        insettoc.C \
        insettoc.h \
        inseturl.C \