]> 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 1fd7705b4a85997fc96b489197c849d1b6b3779c..6a73c0b59d7b82c2dbdd0ecbf71d1a6656d50330 100644 (file)
@@ -4,8 +4,6 @@ noinst_LTLIBRARIES = libgraphics.la
 
 INCLUDES = -I$(srcdir)/.. $(BOOST_INCLUDES)
 
-EXTRA_DIST = GraphicsImageXPM.C GraphicsImageXPM.h
-
 libgraphics_la_SOURCES = \
        GraphicsCache.h \
        GraphicsCache.C \
@@ -19,8 +17,8 @@ libgraphics_la_SOURCES = \
        GraphicsLoader.C \
        GraphicsParams.C \
        GraphicsParams.h \
-       GraphicsSupport.h \
-       GraphicsSupport.C \
+       LoaderQueue.h \
+       LoaderQueue.C \
        GraphicsTypes.h \
        GraphicsTypes.C \
        PreviewImage.h \