]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / Makefile.am
index 46a10ba9689a585fecd8ef650b912fd153aadd04..23e0bdf6ac52f04e86f190b18796b6b2f9904f03 100644 (file)
-AUTOMAKE_OPTIONS = foreign
-MAINTAINERCLEANFILES = Makefile.in
-noinst_LTLIBRARIES = libinsets.o
-LIBS =
-ETAGS_ARGS = --c++
-INCLUDES = -I${srcdir}/../ 
+include $(top_srcdir)/config/common.am
 
-libinsets_o_SOURCES = \
-       figinset.C \
-       figinset.h \
-       form_url.C \
-       form_url.h \
+noinst_LTLIBRARIES = libinsets.la
+
+INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
+
+EXTRA_DIST = \
+       insetlist.C \
+       insetlist.h \
+       insetsection.h \
+       insetsection.C \
+       insettheorem.C \
+       insettheorem.h
+
+libinsets_la_SOURCES = \
+       mailinset.C \
+       mailinset.h \
+       ExternalTemplate.C \
+       ExternalTemplate.h \
        inset.C \
-       insetbib.C \
-       insetbib.h \
+       inset.h \
+       insetbase.h \
+       insetbase.C \
+       insetbibitem.C \
+       insetbibitem.h \
+       insetbibtex.C \
+       insetbibtex.h \
+       insetbutton.C \
+       insetbutton.h \
+       insetcaption.C \
+       insetcaption.h \
+       insetcite.C \
+       insetcite.h \
+       insetcollapsable.C \
+       insetcollapsable.h \
        insetcommand.C \
        insetcommand.h \
+       insetcommandparams.C \
+       insetcommandparams.h \
+       insetenv.C \
+       insetenv.h \
        inseterror.C \
        inseterror.h \
+       insetert.C \
+       insetert.h \
+       insetexternal.C \
+       insetexternal.h \
+       insetfloat.h \
+       insetfloat.C \
+       insetwrap.h \
+       insetwrap.C \
+       insetfloatlist.C \
+       insetfloatlist.h \
+       insetfoot.C \
+       insetfoot.h \
+       insetfootlike.C \
+       insetfootlike.h \
+       insetgraphicsParams.h \
+       insetgraphicsParams.C \
+       insetgraphics.C \
+       insetgraphics.h \
+       insethfill.C \
+       insethfill.h \
        insetinclude.C \
        insetinclude.h \
        insetindex.C \
        insetindex.h \
-       insetinfo.C \
-       insetinfo.h \
        insetlabel.C \
        insetlabel.h \
        insetlatexaccent.C \
        insetlatexaccent.h \
-       insetloa.C \
-       insetloa.h \
-       insetlof.C \
-       insetlof.h \
-       insetlot.C \
-       insetlot.h \
+       insetmarginal.h \
+       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 \
+       insettabular.h \
+       insettext.C \
+       insettext.h \
        insettoc.C \
        insettoc.h \
        inseturl.C \
        inseturl.h \
-       lyxinset.h
+       updatableinset.C \
+       updatableinset.h
+#      insetlist.C \
+#      insetlist.h \
+#      insetsection.h \
+#      insetsection.C \
+#      insettheorem.C \
+#      insettheorem.h \