]> git.lyx.org Git - features.git/blobdiff - src/graphics/Makefile.am
More pch work.
[features.git] / src / graphics / Makefile.am
index 51e9c966ff48d8ef5e7fd382077ba19c180c383b..0b3bc1d2e2c4afc5eaccbbe866bea11453b11553 100644 (file)
@@ -2,13 +2,9 @@ include $(top_srcdir)/config/common.am
 
 noinst_LTLIBRARIES = libgraphics.la
 
-INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+INCLUDES = -I$(srcdir)/.. $(BOOST_INCLUDES)
 
-EXTRA_DIST = GraphicsImageXPM.C GraphicsImageXPM.h
-
-if USE_BASIC_IMAGE_LOADER
-GRAPHICSIMAGEXPM = GraphicsImageXPM.C GraphicsImageXPM.h
-endif
+AM_CXXFLAGS = $(PCH_FLAGS)
 
 libgraphics_la_SOURCES = \
        GraphicsCache.h \
@@ -19,6 +15,17 @@ libgraphics_la_SOURCES = \
        GraphicsConverter.C \
        GraphicsImage.h \
        GraphicsImage.C \
-       $(GRAPHICSIMAGEXPM) GraphicsParams.C \
+       GraphicsLoader.h \
+       GraphicsLoader.C \
+       GraphicsParams.C \
        GraphicsParams.h \
-       GraphicsTypes.h
+       LoaderQueue.h \
+       LoaderQueue.C \
+       GraphicsTypes.h \
+       GraphicsTypes.C \
+       PreviewImage.h \
+       PreviewImage.C \
+       PreviewLoader.h \
+       PreviewLoader.C \
+       Previews.h \
+       Previews.C