lyx_mirror/src/graphics/Makefile.am
Angus Leeming d91ffd8d78 Previews for \input insets.
Refactor code common to InsetInclude and InsetFormula into a new
PreviewedInset class.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4830 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-01 17:28:59 +00:00

38 lines
777 B
Makefile

include $(top_srcdir)/config/common.am
noinst_LTLIBRARIES = libgraphics.la
INCLUDES = -I$(srcdir)/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
EXTRA_DIST = GraphicsImageXPM.C GraphicsImageXPM.h
if USE_BASIC_IMAGE_LOADER
GRAPHICSIMAGEXPM = GraphicsImageXPM.C GraphicsImageXPM.h
endif
libgraphics_la_SOURCES = \
GraphicsCache.h \
GraphicsCache.C \
GraphicsCacheItem.h \
GraphicsCacheItem.C \
GraphicsConverter.h \
GraphicsConverter.C \
GraphicsImage.h \
GraphicsImage.C \
GraphicsLoader.h \
GraphicsLoader.C \
$(GRAPHICSIMAGEXPM) GraphicsParams.C \
GraphicsParams.h \
GraphicsSupport.h \
GraphicsSupport.C \
GraphicsTypes.h \
PreviewImage.h \
PreviewImage.C \
PreviewLoader.h \
PreviewLoader.C \
Previews.h \
Previews.C \
PreviewedInset.h \
PreviewedInset.C