]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/Makefile.am
add <string> and other small fixes to make
[lyx.git] / src / graphics / Makefile.am
index b31856b19686bc8c45e85461f8ecb84d7f9bfb2e..6a73c0b59d7b82c2dbdd0ecbf71d1a6656d50330 100644 (file)
@@ -4,12 +4,6 @@ noinst_LTLIBRARIES = libgraphics.la
 
 INCLUDES = -I$(srcdir)/.. $(BOOST_INCLUDES)
 
-EXTRA_DIST = GraphicsImageXPM.C GraphicsImageXPM.h
-
-if USE_BASIC_IMAGE_LOADER
-GRAPHICSIMAGEXPM = GraphicsImageXPM.C GraphicsImageXPM.h
-endif
-
 libgraphics_la_SOURCES = \
        GraphicsCache.h \
        GraphicsCache.C \
@@ -21,10 +15,10 @@ libgraphics_la_SOURCES = \
        GraphicsImage.C \
        GraphicsLoader.h \
        GraphicsLoader.C \
-       $(GRAPHICSIMAGEXPM) GraphicsParams.C \
+       GraphicsParams.C \
        GraphicsParams.h \
-       GraphicsSupport.h \
-       GraphicsSupport.C \
+       LoaderQueue.h \
+       LoaderQueue.C \
        GraphicsTypes.h \
        GraphicsTypes.C \
        PreviewImage.h \