]> 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 6c1c4c1afea715595d0711202800a01b0beccd21..6a73c0b59d7b82c2dbdd0ecbf71d1a6656d50330 100644 (file)
@@ -2,13 +2,7 @@ include $(top_srcdir)/config/common.am
 
 noinst_LTLIBRARIES = libgraphics.la
 
-INCLUDES = -I$(srcdir)/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
-
-EXTRA_DIST = GraphicsImageXPM.C GraphicsImageXPM.h
-
-if USE_BASIC_IMAGE_LOADER
-GRAPHICSIMAGEXPM = GraphicsImageXPM.C GraphicsImageXPM.h
-endif
+INCLUDES = -I$(srcdir)/.. $(BOOST_INCLUDES)
 
 libgraphics_la_SOURCES = \
        GraphicsCache.h \
@@ -21,13 +15,17 @@ libgraphics_la_SOURCES = \
        GraphicsImage.C \
        GraphicsLoader.h \
        GraphicsLoader.C \
-       $(GRAPHICSIMAGEXPM) GraphicsParams.C \
+       GraphicsParams.C \
        GraphicsParams.h \
+       LoaderQueue.h \
+       LoaderQueue.C \
        GraphicsTypes.h \
+       GraphicsTypes.C \
        PreviewImage.h \
        PreviewImage.C \
        PreviewLoader.h \
        PreviewLoader.C \
        Previews.h \
-       Previews.C
-
+       Previews.C \
+       PreviewedInset.h \
+       PreviewedInset.C