]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
patch from Angus
[lyx.git] / src / insets / Makefile.am
index f8555a96cc4a7e843f32fe9ce0be0bfe758b0da8..9574baa198956add64b70979ddf8e9fe4782bf59 100644 (file)
@@ -4,7 +4,7 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
 noinst_LTLIBRARIES = libinsets.la
 LIBS =
 ETAGS_ARGS = --lang=c++
-INCLUDES = -I${srcdir}/../ 
+INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS)
 
 libinsets_la_SOURCES = \
        BoundingBox.h \
@@ -14,13 +14,13 @@ libinsets_la_SOURCES = \
        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 \
@@ -33,8 +33,14 @@ libinsets_la_SOURCES = \
        insetert.h \
        insetexternal.C \
        insetexternal.h \
+       insetfloat.h \
+       insetfloat.C \
        insetfoot.C \
        insetfoot.h \
+       insetfootlike.C \
+       insetfootlike.h \
+       insetgraphicsParams.h \
+       insetgraphicsParams.C \
        insetgraphics.C \
        insetgraphics.h \
        insetinclude.C \
@@ -47,22 +53,26 @@ libinsets_la_SOURCES = \
        insetlabel.h \
        insetlatexaccent.C \
        insetlatexaccent.h \
-       insetloa.C \
-       insetloa.h \
-       insetlof.C \
-       insetlof.h \
-       insetlot.C \
-       insetlot.h \
+       insetlist.C \
+       insetlist.h \
+       insetmarginal.h \
+       insetmarginal.C \
+       insetminipage.C \
+       insetminipage.h \
        insetparent.C \
        insetparent.h \
        insetquotes.C \
        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 \
        insettoc.C \