X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FMakefile.am;h=5c3525dc99f2df5ddf42a452cee8550e5c8f45a5;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=911842e9715628d77de426654206f7847de4f86f;hpb=59fefa0759d0330d7db8066f5a1197f4f1dfc5a8;p=lyx.git diff --git a/src/insets/Makefile.am b/src/insets/Makefile.am index 911842e971..5c3525dc99 100644 --- a/src/insets/Makefile.am +++ b/src/insets/Makefile.am @@ -2,14 +2,15 @@ include $(top_srcdir)/config/common.am noinst_LTLIBRARIES = libinsets.la -INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES) - EXTRA_DIST = \ - insetlist.C \ - insetlist.h \ + 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 \ @@ -82,10 +83,10 @@ libinsets_la_SOURCES = \ insetline.h \ insetmarginal.h \ insetmarginal.C \ - insetminipage.C \ - insetminipage.h \ insetnewline.C \ insetnewline.h \ + insetnomencl.C \ + insetnomencl.h \ insetnote.C \ insetnote.h \ insetoptarg.C \ @@ -108,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 +