]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/Makefile.am
Minor code shuffle.
[lyx.git] / src / graphics / Makefile.am
index b54aa9d4b181c42790ce35bcd106b93c7fae6591..ce0b4c0b6444a8abd4bdc3deebff56a014ccc251 100644 (file)
@@ -4,10 +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 = \
        GraphicsCache.h \
        GraphicsCache.C \
        GraphicsCacheItem.h \
-       GraphicsCacheItem.C
+       GraphicsCacheItem.C \
+       ImageLoaderXPM.h \
+       ImageLoaderXPM.C \
+       ImageLoader.h \
+       ImageLoader.C