]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/Makefile.am
A bunch of conversion to docstring.
[lyx.git] / src / graphics / Makefile.am
index 1fd7705b4a85997fc96b489197c849d1b6b3779c..1c92b93c1bf49d399b5ed9f6a9bc15d989ff1004 100644 (file)
@@ -1,10 +1,12 @@
 include $(top_srcdir)/config/common.am
 
-noinst_LTLIBRARIES = libgraphics.la
+EXTRA_DIST = pch.h
+
+BUILT_SOURCES = $(PCH_FILE)
 
-INCLUDES = -I$(srcdir)/.. $(BOOST_INCLUDES)
+noinst_LTLIBRARIES = libgraphics.la
 
-EXTRA_DIST = GraphicsImageXPM.C GraphicsImageXPM.h
+AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
 
 libgraphics_la_SOURCES = \
        GraphicsCache.h \
@@ -19,8 +21,8 @@ libgraphics_la_SOURCES = \
        GraphicsLoader.C \
        GraphicsParams.C \
        GraphicsParams.h \
-       GraphicsSupport.h \
-       GraphicsSupport.C \
+       LoaderQueue.h \
+       LoaderQueue.C \
        GraphicsTypes.h \
        GraphicsTypes.C \
        PreviewImage.h \
@@ -28,6 +30,4 @@ libgraphics_la_SOURCES = \
        PreviewLoader.h \
        PreviewLoader.C \
        Previews.h \
-       Previews.C \
-       PreviewedInset.h \
-       PreviewedInset.C
+       Previews.C