X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FMakefile.am;h=5c3525dc99f2df5ddf42a452cee8550e5c8f45a5;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=77de2966ffdbc0e7b62a6a52e746bfe710319dc2;hpb=07a77af45538e561666dab28b410a9a531e9c973;p=lyx.git diff --git a/src/insets/Makefile.am b/src/insets/Makefile.am index 77de2966ff..5c3525dc99 100644 --- a/src/insets/Makefile.am +++ b/src/insets/Makefile.am @@ -2,21 +2,31 @@ include $(top_srcdir)/config/common.am noinst_LTLIBRARIES = libinsets.la -INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES) - EXTRA_DIST = \ - insetlist.C \ - insetlist.h \ - insetsection.h \ - insetsection.C \ + pch.h \ insettheorem.C \ insettheorem.h +BUILT_SOURCES = $(PCH_FILE) + +AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES) + libinsets_la_SOURCES = \ mailinset.C \ mailinset.h \ + ExternalSupport.C \ + ExternalSupport.h \ ExternalTemplate.C \ ExternalTemplate.h \ + ExternalTransforms.C \ + ExternalTransforms.h \ + render_base.h \ + render_button.C \ + render_button.h \ + render_graphic.C \ + render_graphic.h \ + render_preview.C \ + render_preview.h \ inset.C \ inset.h \ insetbase.h \ @@ -25,10 +35,14 @@ libinsets_la_SOURCES = \ insetbibitem.h \ insetbibtex.C \ insetbibtex.h \ - insetbutton.C \ - insetbutton.h \ + insetbox.C \ + insetbox.h \ + insetbranch.C \ + insetbranch.h \ insetcaption.C \ insetcaption.h \ + insetcharstyle.C \ + insetcharstyle.h \ insetcite.C \ insetcite.h \ insetcollapsable.C \ @@ -39,8 +53,6 @@ libinsets_la_SOURCES = \ insetcommandparams.h \ insetenv.C \ insetenv.h \ - inseterror.C \ - inseterror.h \ insetert.C \ insetert.h \ insetexternal.C \ @@ -67,18 +79,20 @@ libinsets_la_SOURCES = \ insetlabel.h \ insetlatexaccent.C \ insetlatexaccent.h \ + insetline.C \ + insetline.h \ insetmarginal.h \ insetmarginal.C \ - insetminipage.C \ - insetminipage.h \ insetnewline.C \ insetnewline.h \ + insetnomencl.C \ + insetnomencl.h \ insetnote.C \ insetnote.h \ insetoptarg.C \ insetoptarg.h \ - insetparent.C \ - insetparent.h \ + insetpagebreak.C \ + insetpagebreak.h \ insetquotes.C \ insetquotes.h \ insetref.C \ @@ -95,13 +109,15 @@ libinsets_la_SOURCES = \ insettoc.h \ inseturl.C \ inseturl.h \ + insetvspace.C \ + insetvspace.h \ insetwrap.h \ - insetwrap.C \ - updatableinset.C \ - updatableinset.h + insetwrap.C + # insetlist.C \ # insetlist.h \ # insetsection.h \ # insetsection.C \ # insettheorem.C \ -# insettheorem.h \ +# insettheorem.h +