]> git.lyx.org Git - lyx.git/blob - src/graphics/Makefile.am
Baruch's patch + some fixes to it.
[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 INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS)
8
9 libgraphics_la_SOURCES = \
10         Renderer.h \
11         Renderer.C \
12         XPM_Renderer.h \
13         XPM_Renderer.C \
14         EPS_Renderer.h \
15         EPS_Renderer.C \
16         GraphicsCache.h \
17         GraphicsCache.C \
18         GraphicsCacheItem.h \
19         GraphicsCacheItem.C \
20         GraphicsCacheItem_pimpl.h \
21         GraphicsCacheItem_pimpl.C \