]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / Makefile.am
index a187d28d670ed2472cd24ad5e680e253fffef790..2810f338171d6a63b26b9e0ebbe347137f91ad7b 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 \
@@ -13,12 +13,20 @@ EXTRA_DIST = \
        insettheorem.h
 
 libinsets_la_SOURCES = \
+       mailinset.C \
+       mailinset.h \
        ExternalTemplate.C \
        ExternalTemplate.h \
+       graphicinset.C \
+       graphicinset.h \
        inset.C \
        inset.h \
-       insetbib.C \
-       insetbib.h \
+       insetbase.h \
+       insetbase.C \
+       insetbibitem.C \
+       insetbibitem.h \
+       insetbibtex.C \
+       insetbibtex.h \
        insetbutton.C \
        insetbutton.h \
        insetcaption.C \
@@ -31,6 +39,8 @@ libinsets_la_SOURCES = \
        insetcommand.h \
        insetcommandparams.C \
        insetcommandparams.h \
+       insetenv.C \
+       insetenv.h \
        inseterror.C \
        inseterror.h \
        insetert.C \
@@ -39,8 +49,6 @@ libinsets_la_SOURCES = \
        insetexternal.h \
        insetfloat.h \
        insetfloat.C \
-       insetwrap.h \
-       insetwrap.C \
        insetfloatlist.C \
        insetfloatlist.h \
        insetfoot.C \
@@ -51,6 +59,8 @@ libinsets_la_SOURCES = \
        insetgraphicsParams.C \
        insetgraphics.C \
        insetgraphics.h \
+       insethfill.C \
+       insethfill.h \
        insetinclude.C \
        insetinclude.h \
        insetindex.C \
@@ -63,16 +73,18 @@ libinsets_la_SOURCES = \
        insetmarginal.C \
        insetminipage.C \
        insetminipage.h \
+       insetnewline.C \
+       insetnewline.h \
        insetnote.C \
        insetnote.h \
        insetoptarg.C \
        insetoptarg.h \
-       insetparent.C \
-       insetparent.h \
        insetquotes.C \
        insetquotes.h \
        insetref.C \
        insetref.h \
+       insetspace.C \
+       insetspace.h \
        insetspecialchar.C \
        insetspecialchar.h \
        insettabular.C \
@@ -82,7 +94,11 @@ libinsets_la_SOURCES = \
        insettoc.C \
        insettoc.h \
        inseturl.C \
-       inseturl.h
+       inseturl.h \
+       insetwrap.h \
+       insetwrap.C \
+       updatableinset.C \
+       updatableinset.h
 #      insetlist.C \
 #      insetlist.h \
 #      insetsection.h \