]> git.lyx.org Git - lyx.git/blob - src/graphics/Makefile.am
* src/CutAndPaste.cpp (saveSelection): clarify comment about commenting persistent...
[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.cpp \
14         GraphicsCacheItem.h \
15         GraphicsCacheItem.cpp \
16         GraphicsConverter.h \
17         GraphicsConverter.cpp \
18         GraphicsImage.h \
19         GraphicsImage.cpp \
20         GraphicsLoader.h \
21         GraphicsLoader.cpp \
22         GraphicsParams.cpp \
23         GraphicsParams.h \
24         LoaderQueue.h \
25         LoaderQueue.cpp \
26         GraphicsTypes.h \
27         GraphicsTypes.cpp \
28         PreviewImage.h \
29         PreviewImage.cpp \
30         PreviewLoader.h \
31         PreviewLoader.cpp \
32         Previews.h \
33         Previews.cpp