]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/Makefile.am
A bunch of conversion to docstring.
[lyx.git] / src / graphics / Makefile.am
index e000750075eea02b23d73e697f4679b41b0f7149..1c92b93c1bf49d399b5ed9f6a9bc15d989ff1004 100644 (file)
@@ -1,14 +1,12 @@
 include $(top_srcdir)/config/common.am
 
-noinst_LTLIBRARIES = libgraphics.la
+EXTRA_DIST = pch.h
 
-INCLUDES = -I$(srcdir)/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+BUILT_SOURCES = $(PCH_FILE)
 
-EXTRA_DIST = GraphicsImageXPM.C GraphicsImageXPM.h
+noinst_LTLIBRARIES = libgraphics.la
 
-if USE_BASIC_IMAGE_LOADER
-GRAPHICSIMAGEXPM = GraphicsImageXPM.C GraphicsImageXPM.h
-endif
+AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
 
 libgraphics_la_SOURCES = \
        GraphicsCache.h \
@@ -21,6 +19,15 @@ libgraphics_la_SOURCES = \
        GraphicsImage.C \
        GraphicsLoader.h \
        GraphicsLoader.C \
-       $(GRAPHICSIMAGEXPM) GraphicsParams.C \
+       GraphicsParams.C \
        GraphicsParams.h \
-       GraphicsTypes.h
+       LoaderQueue.h \
+       LoaderQueue.C \
+       GraphicsTypes.h \
+       GraphicsTypes.C \
+       PreviewImage.h \
+       PreviewImage.C \
+       PreviewLoader.h \
+       PreviewLoader.C \
+       Previews.h \
+       Previews.C