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