]> 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 6bd454fcfddef0ca32a309909a8a01440389b6f5..276a510daf44a05bb31355048ddba41fc20d8775 100644 (file)
@@ -1,24 +1,33 @@
 AUTOMAKE_OPTIONS = foreign
 MAINTAINERCLEANFILES = Makefile.in
-noinst_PROGRAMS = insets.o
-LIBS=
-LDFLAGS=
+noinst_LTLIBRARIES = libinsets.la
+LIBS =
 ETAGS_ARGS = --c++
 INCLUDES = -I${srcdir}/../ 
-CXXLINK = $(LD) $(LDFLAGS)-r -o $(noinst_PROGRAMS)
 
-insets_o_SOURCES = \
+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 \
@@ -27,8 +36,6 @@ insets_o_SOURCES = \
        insetinfo.h \
        insetlabel.C \
        insetlabel.h \
-       insetlatex.C \
-       insetlatex.h \
        insetlatexaccent.C \
        insetlatexaccent.h \
        insetloa.C \
@@ -45,6 +52,10 @@ insets_o_SOURCES = \
        insetref.h \
        insetspecialchar.C \
        insetspecialchar.h \
+       insettabular.C \
+       insettabular.h \
+       insettext.C \
+       insettext.h \
        insettoc.C \
        insettoc.h \
        inseturl.C \