]> git.lyx.org Git - features.git/blobdiff - src/graphics/Makefile.am
More pch work.
[features.git] / src / graphics / Makefile.am
index 1fd7705b4a85997fc96b489197c849d1b6b3779c..0b3bc1d2e2c4afc5eaccbbe866bea11453b11553 100644 (file)
@@ -4,7 +4,7 @@ noinst_LTLIBRARIES = libgraphics.la
 
 INCLUDES = -I$(srcdir)/.. $(BOOST_INCLUDES)
 
-EXTRA_DIST = GraphicsImageXPM.C GraphicsImageXPM.h
+AM_CXXFLAGS = $(PCH_FLAGS)
 
 libgraphics_la_SOURCES = \
        GraphicsCache.h \
@@ -19,8 +19,8 @@ libgraphics_la_SOURCES = \
        GraphicsLoader.C \
        GraphicsParams.C \
        GraphicsParams.h \
-       GraphicsSupport.h \
-       GraphicsSupport.C \
+       LoaderQueue.h \
+       LoaderQueue.C \
        GraphicsTypes.h \
        GraphicsTypes.C \
        PreviewImage.h \
@@ -28,6 +28,4 @@ libgraphics_la_SOURCES = \
        PreviewLoader.h \
        PreviewLoader.C \
        Previews.h \
-       Previews.C \
-       PreviewedInset.h \
-       PreviewedInset.C
+       Previews.C