]> git.lyx.org Git - features.git/blob - src/graphics/Makefile.am
More pch work.
[features.git] / src / graphics / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 noinst_LTLIBRARIES = libgraphics.la
4
5 INCLUDES = -I$(srcdir)/.. $(BOOST_INCLUDES)
6
7 AM_CXXFLAGS = $(PCH_FLAGS)
8
9 libgraphics_la_SOURCES = \
10         GraphicsCache.h \
11         GraphicsCache.C \
12         GraphicsCacheItem.h \
13         GraphicsCacheItem.C \
14         GraphicsConverter.h \
15         GraphicsConverter.C \
16         GraphicsImage.h \
17         GraphicsImage.C \
18         GraphicsLoader.h \
19         GraphicsLoader.C \
20         GraphicsParams.C \
21         GraphicsParams.h \
22         LoaderQueue.h \
23         LoaderQueue.C \
24         GraphicsTypes.h \
25         GraphicsTypes.C \
26         PreviewImage.h \
27         PreviewImage.C \
28         PreviewLoader.h \
29         PreviewLoader.C \
30         Previews.h \
31         Previews.C