]> 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 da08b050512fe6e16f14c0b857d06565b5e4712c..2a19b87f6008a0af8ec696f4ebb5b61a5d12483a 100644 (file)
@@ -3,9 +3,12 @@ include $(top_srcdir)/config/common.am
 noinst_LTLIBRARIES = libinsets.la
 
 EXTRA_DIST = \
+       pch.h \
        insettheorem.C \
        insettheorem.h
 
+BUILT_SOURCES = $(PCH_FILE)
+
 AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
 
 libinsets_la_SOURCES = \
@@ -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
+