]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
reformatting and remove using delc
[lyx.git] / src / insets / Makefile.am
index dcfca79d1c3f1238887d8da4dabe846d166da830..aa39a5d659c6b06c6f18b0744fa2350d2458c19e 100644 (file)
@@ -4,23 +4,21 @@ 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 \
-       form_url.C \
-       form_url.h \
        inset.C \
        insetbib.C \
        insetbib.h \
        insetbutton.C \
        insetbutton.h \
+       insetcaption.C \
+       insetcaption.h \
        insetcite.C \
        insetcite.h \
        insetcollapsable.C \
@@ -39,6 +37,8 @@ libinsets_la_SOURCES = \
        insetfoot.h \
        insetfootlike.C \
        insetfootlike.h \
+       insetgraphicsParams.h \
+       insetgraphicsParams.C \
        insetgraphics.C \
        insetgraphics.h \
        insetinclude.C \
@@ -53,12 +53,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 \
@@ -69,14 +63,16 @@ libinsets_la_SOURCES = \
        insetquotes.h \
        insetref.C \
        insetref.h \
+       insetsection.h \
+       insetsection.C \
        insetspecialchar.C \
        insetspecialchar.h \
        insettabular.C \
        insettabular.h \
-       insettheorem.C \
-       insettheorem.h \
        insettext.C \
        insettext.h \
+       insettheorem.C \
+       insettheorem.h \
        insettoc.C \
        insettoc.h \
        inseturl.C \