]> git.lyx.org Git - features.git/blobdiff - src/insets/Makefile.am
several changes and some new insets, read the Changelog
[features.git] / src / insets / Makefile.am
index 8ae305968d961a7b4e2e986366825961b1bef327..df4dccd2fac68b3e5cd9b61e93af64e17fb06ac3 100644 (file)
@@ -1,12 +1,15 @@
 AUTOMAKE_OPTIONS = foreign
-MAINTAINERCLEANFILES = Makefile.in
+DISTCLEANFILES= *.orig *.rej *~ *.bak core
+MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
 noinst_LTLIBRARIES = libinsets.la
 LIBS =
-ETAGS_ARGS = --c++
-INCLUDES = -I${srcdir}/../ 
+ETAGS_ARGS = --lang=c++
+INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS)
 
 libinsets_la_SOURCES = \
        BoundingBox.h \
+       ExternalTemplate.C \
+       ExternalTemplate.h \
        figinset.C \
        figinset.h \
        form_graphics.C \
@@ -16,6 +19,10 @@ libinsets_la_SOURCES = \
        inset.C \
        insetbib.C \
        insetbib.h \
+       insetbutton.C \
+       insetbutton.h \
+       insetcite.C \
+       insetcite.h \
        insetcollapsable.C \
        insetcollapsable.h \
        insetcommand.C \
@@ -24,6 +31,10 @@ libinsets_la_SOURCES = \
        inseterror.h \
        insetert.C \
        insetert.h \
+       insetexternal.C \
+       insetexternal.h \
+       insetfloat.h \
+       insetfloat.C \
        insetfoot.C \
        insetfoot.h \
        insetgraphics.C \
@@ -38,14 +49,18 @@ libinsets_la_SOURCES = \
        insetlabel.h \
        insetlatexaccent.C \
        insetlatexaccent.h \
+       insetlist.C \
+       insetlist.h \
        insetloa.C \
        insetloa.h \
        insetlof.C \
        insetlof.h \
        insetlot.C \
        insetlot.h \
-       insetnumber.C \
-       insetnumber.h \
+       insetmarginal.h \
+       insetmarginal.C \
+       insetminipage.C \
+       insetminipage.h \
        insetparent.C \
        insetparent.h \
        insetquotes.C \
@@ -54,6 +69,8 @@ libinsets_la_SOURCES = \
        insetref.h \
        insetspecialchar.C \
        insetspecialchar.h \
+       insettabular.C \
+       insettabular.h \
        insettext.C \
        insettext.h \
        insettoc.C \