]> 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 5b02f67af405ea452828e9295a23d5028bb69b70..ce0b4c0b6444a8abd4bdc3deebff56a014ccc251 100644 (file)
@@ -4,18 +4,15 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
 noinst_LTLIBRARIES = libgraphics.la
 LIBS =
 ETAGS_ARGS = --lang=c++
-INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS)
+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