]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / Makefile.am
index cb0e3b132fcc3d9b0e6c1095456f60fcf012c71c..276a510daf44a05bb31355048ddba41fc20d8775 100644 (file)
@@ -6,17 +6,28 @@ ETAGS_ARGS = --c++
 INCLUDES = -I${srcdir}/../ 
 
 libinsets_la_SOURCES = \
+       BoundingBox.h \
        figinset.C \
        figinset.h \
+       form_graphics.C \
+       form_graphics.h \
        form_url.C \
        form_url.h \
        inset.C \
        insetbib.C \
        insetbib.h \
+       insetcollapsable.C \
+       insetcollapsable.h \
        insetcommand.C \
        insetcommand.h \
        inseterror.C \
        inseterror.h \
+       insetert.C \
+       insetert.h \
+       insetfoot.C \
+       insetfoot.h \
+       insetgraphics.C \
+       insetgraphics.h \
        insetinclude.C \
        insetinclude.h \
        insetindex.C \
@@ -41,6 +52,10 @@ libinsets_la_SOURCES = \
        insetref.h \
        insetspecialchar.C \
        insetspecialchar.h \
+       insettabular.C \
+       insettabular.h \
+       insettext.C \
+       insettext.h \
        insettoc.C \
        insettoc.h \
        inseturl.C \