]> git.lyx.org Git - lyx.git/blob - src/graphics/Makefile.am
Cleaned up cruft in InsetGraphics.
[lyx.git] / src / graphics / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 DISTCLEANFILES= *.orig *.rej *~ *.bak core
3 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
4 noinst_LTLIBRARIES = libgraphics.la
5 LIBS =
6 ETAGS_ARGS = --lang=c++
7 BOOST_INCLUDES = -I$(top_srcdir)/boost
8 INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
9
10 libgraphics_la_SOURCES = \
11         GraphicsCache.h \
12         GraphicsCache.C \
13         GraphicsCacheItem.h \
14         GraphicsCacheItem.C \
15         GraphicsCacheItem_pimpl.h \
16         GraphicsCacheItem_pimpl.C \
17         ImageLoaderXPM.h \
18         ImageLoaderXPM.C \
19         ImageLoader.h \
20         ImageLoader.C