]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / Makefile.am
index ef981aa67233e2b9a6c34ff09ff879b0ab7fba89..2a19b87f6008a0af8ec696f4ebb5b61a5d12483a 100644 (file)
@@ -2,12 +2,15 @@ include $(top_srcdir)/config/common.am
 
 noinst_LTLIBRARIES = libinsets.la
 
-INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
-
 EXTRA_DIST = \
+       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 \
@@ -107,12 +110,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
+