mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 06:57:01 +00:00
fcfcc3ff6e
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17968 a592a061-630c-0410-9148-cb99ea01b6c8
34 lines
657 B
Makefile
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
|