X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FMakefile.am;h=5c3525dc99f2df5ddf42a452cee8550e5c8f45a5;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=80b87e08b494b3a764e70cda72f2a1db3258889f;hpb=ba837dca09818a6485c5f34a3122199b5ed82c4e;p=lyx.git diff --git a/src/insets/Makefile.am b/src/insets/Makefile.am index 80b87e08b4..5c3525dc99 100644 --- a/src/insets/Makefile.am +++ b/src/insets/Makefile.am @@ -3,10 +3,13 @@ include $(top_srcdir)/config/common.am noinst_LTLIBRARIES = libinsets.la EXTRA_DIST = \ + pch.h \ insettheorem.C \ insettheorem.h -AM_CPPFLAGS = $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES) +BUILT_SOURCES = $(PCH_FILE) + +AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES) libinsets_la_SOURCES = \ mailinset.C \ @@ -82,6 +85,8 @@ libinsets_la_SOURCES = \ insetmarginal.C \ insetnewline.C \ insetnewline.h \ + insetnomencl.C \ + insetnomencl.h \ insetnote.C \ insetnote.h \ insetoptarg.C \ @@ -107,12 +112,12 @@ libinsets_la_SOURCES = \ 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 +