mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
a78c91bdbb
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10173 a592a061-630c-0410-9148-cb99ea01b6c8
34 lines
635 B
Makefile
34 lines
635 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.C \
|
|
GraphicsCacheItem.h \
|
|
GraphicsCacheItem.C \
|
|
GraphicsConverter.h \
|
|
GraphicsConverter.C \
|
|
GraphicsImage.h \
|
|
GraphicsImage.C \
|
|
GraphicsLoader.h \
|
|
GraphicsLoader.C \
|
|
GraphicsParams.C \
|
|
GraphicsParams.h \
|
|
LoaderQueue.h \
|
|
LoaderQueue.C \
|
|
GraphicsTypes.h \
|
|
GraphicsTypes.C \
|
|
PreviewImage.h \
|
|
PreviewImage.C \
|
|
PreviewLoader.h \
|
|
PreviewLoader.C \
|
|
Previews.h \
|
|
Previews.C
|