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