From 47d455dd55be855e4cc691c32f687f723d9247ee Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksvg/core/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ksvg/core/Makefile.am (limited to 'ksvg/core/Makefile.am') diff --git a/ksvg/core/Makefile.am b/ksvg/core/Makefile.am new file mode 100644 index 00000000..e1867428 --- /dev/null +++ b/ksvg/core/Makefile.am @@ -0,0 +1,16 @@ +noinst_LTLIBRARIES = libksvgcore.la + +libksvgcore_la_SOURCES = KSVGLoader.cpp KSVGCanvas.cpp KSVGReader.cc KSVGTextChunk.cpp CanvasFactory.cpp CanvasItems.cpp KSVGHelper.cpp DocumentFactory.cpp +libksvgcore_la_METASOURCES = AUTO + +servicetypedir = $(kde_servicetypesdir) +servicetype_DATA = ksvgrenderer.desktop + +ksvginclude_HEADERS = KSVGCanvas.h CanvasItems.h CanvasItem.h CanvasFactory.h DocumentFactory.h +ksvgincludedir = $(includedir)/ksvg + +KDE_CXXFLAGS = $(USE_EXCEPTIONS) +INCLUDES = $(FREETYPE_CFLAGS) $(FONTCONFIG_CFLAGS) -I$(top_srcdir)/ksvg/dom -I$(top_srcdir)/ksvg/impl -I$(top_srcdir)/ksvg/ecma -I$(top_srcdir)/ksvg/impl/libs/art_support -I$(top_srcdir)/ksvg/impl/libs/libtext2path/src $(all_includes) + +KDE_OPTIONS = nofinal + -- cgit v1.2.1