]> git.lyx.org Git - lyx.git/blob - src/graphics/Makefile.am
clean code to export between different flavours, output different code for sgml to...
[lyx.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 libgraphics_la_SOURCES = \
8         GraphicsCache.h \
9         GraphicsCache.C \
10         GraphicsCacheItem.h \
11         GraphicsCacheItem.C \
12         GraphicsConverter.h \
13         GraphicsConverter.C \
14         GraphicsImage.h \
15         GraphicsImage.C \
16         GraphicsLoader.h \
17         GraphicsLoader.C \
18         GraphicsParams.C \
19         GraphicsParams.h \
20         LoaderQueue.h \
21         LoaderQueue.C \
22         GraphicsTypes.h \
23         GraphicsTypes.C \
24         PreviewImage.h \
25         PreviewImage.C \
26         PreviewLoader.h \
27         PreviewLoader.C \
28         Previews.h \
29         Previews.C