]> git.lyx.org Git - features.git/blob - src/graphics/Makefile.am
Baruch's graphic-inset patch.
[features.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         GraphicsCache.h \
15         GraphicsCache.C \
16         GraphicsCacheItem.h \
17         GraphicsCacheItem.C