lyx_mirror/src/graphics/Makefile.am
Bo Peng fcfcc3ff6e Rename files in src/mathed and src/graphics from .C to .cpp, step 1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17968 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-25 03:01:35 +00:00

34 lines
657 B
Makefile

include $(top_srcdir)/config/common.am
EXTRA_DIST = pch.h
BUILT_SOURCES = $(PCH_FILE)
noinst_LTLIBRARIES = libgraphics.la
AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
libgraphics_la_SOURCES = \
GraphicsCache.h \
GraphicsCache.cpp \
GraphicsCacheItem.h \
GraphicsCacheItem.cpp \
GraphicsConverter.h \
GraphicsConverter.cpp \
GraphicsImage.h \
GraphicsImage.cpp \
GraphicsLoader.h \
GraphicsLoader.cpp \
GraphicsParams.cpp \
GraphicsParams.h \
LoaderQueue.h \
LoaderQueue.cpp \
GraphicsTypes.h \
GraphicsTypes.cpp \
PreviewImage.h \
PreviewImage.cpp \
PreviewLoader.h \
PreviewLoader.cpp \
Previews.h \
Previews.cpp