]> git.lyx.org Git - lyx.git/blob - src/graphics/Makefile.am
Fixed inset-text border redraw problem and hopefully recalc boostup.
[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         Renderer.h \
12         Renderer.C \
13         XPM_Renderer.h \
14         XPM_Renderer.C \
15         EPS_Renderer.h \
16         EPS_Renderer.C \
17         GraphicsCache.h \
18         GraphicsCache.C \
19         GraphicsCacheItem.h \
20         GraphicsCacheItem.C \
21         GraphicsCacheItem_pimpl.h \
22         GraphicsCacheItem_pimpl.C \