~ubuntu-branches/ubuntu/breezy/koffice/breezy-security

« back to all changes in this revision

Viewing changes to krita/tools/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-10-11 14:49:50 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051011144950-lwpngbifzp8nk0ds
Tags: 1:1.4.1-0ubuntu7
* SECURITY UPDATE: fix heap based buffer overflow in the RTF importer of KWord
* Opening specially crafted RTF files in KWord can cause
  execution of abitrary code.
* Add kubuntu_01_rtfimport_heap_overflow.diff
* References:
  CAN-2005-2971
  CESA-2005-005
  http://www.koffice.org/security/advisory-20051011-1.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
kritarcdir = $(kde_datadir)/krita/kpartplugins
 
2
kritarc_DATA = kritadefaulttools.rc
 
3
 
 
4
kde_services_DATA = kritadefaulttools.desktop
 
5
 
 
6
EXTRA_DIST = $(kritarc_DATA)
 
7
 
 
8
 
 
9
# all_includes must remain last!
 
10
INCLUDES = -I$(srcdir)/../core \
 
11
        -I$(srcdir)/../core/color_strategy/ \
 
12
        -I$(srcdir)/../core/resources/ \
 
13
        -I$(srcdir)/../core/tiles \
 
14
        -I$(srcdir)/../core/tool \
 
15
        -I$(srcdir)/../core/paintop \
 
16
        -I$(srcdir)/../ui \
 
17
        -I$(srcdir)/../ui/widgets \
 
18
        -I../ui \
 
19
        $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) -I$(srcdir)/../core/strategy/ $(all_includes)
 
20
 
 
21
kritadefaulttools_la_SOURCES = \
 
22
        default_tools.cc \
 
23
        kis_tool_colorpicker.cc \
 
24
        kis_tool_move.cc \
 
25
        kis_tool_zoom.cc \
 
26
        kis_tool_brush.cc \
 
27
        kis_tool_eraser.cc \
 
28
        kis_tool_line.cc \
 
29
        kis_tool_airbrush.cc \
 
30
        kis_tool_pen.cc \
 
31
        kis_tool_duplicate.cc \
 
32
        kis_tool_fill.cc \
 
33
        kis_tool_rectangle.cc \
 
34
        kis_tool_ellipse.cc \
 
35
        kis_tool_colorchanger.cc  \
 
36
        kis_tool_pan.cc \
 
37
        kis_tool_text.cc \
 
38
        kis_tool_gradient.cc
 
39
        
 
40
# Install this plugin in the KDE modules directory
 
41
kde_module_LTLIBRARIES = kritadefaulttools.la
 
42
 
 
43
noinst_HEADERS = \
 
44
        default_tools.h \
 
45
        kis_tool_fill.h \
 
46
        kis_tool_pen.h \
 
47
        kis_tool_airbrush.h \
 
48
        kis_tool_brush.h \
 
49
        kis_tool_colorchanger.h \
 
50
        kis_tool_gradient.h \
 
51
        kis_tool_rectangle.h \
 
52
        kis_tool_colorpicker.h \
 
53
        kis_tool_line.h \
 
54
        kis_tool_text.h \
 
55
        kis_tool_duplicate.h \
 
56
        kis_tool_move.h \
 
57
        kis_tool_zoom.h \
 
58
        kis_tool_ellipse.h \
 
59
        kis_tool_pan.h \
 
60
        kis_tool_eraser.h
 
61
 
 
62
 
 
63
kritadefaulttools_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
 
64
kritadefaulttools_la_LIBADD =  ../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
 
65
 
 
66
kritadefaulttools_la_METASOURCES = AUTO
 
67
 
 
68
KDE_OPTIONS = nofinal