]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/Makefile.am
small fix with footnote, use stringstream some more
[lyx.git] / src / graphics / Makefile.am
index 1224ae7256429543286eac1a6f090670ed22d3a9..ce0b4c0b6444a8abd4bdc3deebff56a014ccc251 100644 (file)
@@ -8,15 +8,11 @@ BOOST_INCLUDES = -I$(top_srcdir)/boost
 INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
 
 libgraphics_la_SOURCES = \
-       Renderer.h \
-       Renderer.C \
-       XPM_Renderer.h \
-       XPM_Renderer.C \
-       EPS_Renderer.h \
-       EPS_Renderer.C \
        GraphicsCache.h \
        GraphicsCache.C \
        GraphicsCacheItem.h \
        GraphicsCacheItem.C \
-       GraphicsCacheItem_pimpl.h \
-       GraphicsCacheItem_pimpl.C \
+       ImageLoaderXPM.h \
+       ImageLoaderXPM.C \
+       ImageLoader.h \
+       ImageLoader.C