]> git.lyx.org Git - lyx.git/blob - src/graphics/Makefile.am
small fix with footnote, use stringstream some more
[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         ImageLoaderXPM.h \
16         ImageLoaderXPM.C \
17         ImageLoader.h \
18         ImageLoader.C