]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/Makefile.am
prepare for 1.1.6pre2
[lyx.git] / src / graphics / Makefile.am
index b54aa9d4b181c42790ce35bcd106b93c7fae6591..1224ae7256429543286eac1a6f090670ed22d3a9 100644 (file)
@@ -4,10 +4,19 @@ 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.C \
+       GraphicsCacheItem_pimpl.h \
+       GraphicsCacheItem_pimpl.C \