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

« back to all changes in this revision

Viewing changes to krita/plugins/tool_filter/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 = kritatoolfilter.rc
 
3
EXTRA_DIST = $(kritarc_DATA)
 
4
 
 
5
kde_services_DATA = kritatoolfilter.desktop
 
6
 
 
7
# all_includes must remain last!
 
8
INCLUDES = -I$(srcdir)/../../core \
 
9
        -I$(srcdir)/../../core/color_strategy/ \
 
10
        -I$(srcdir)/../../core/resources/ \
 
11
        -I$(srcdir)/../../core/tiles \
 
12
        -I$(srcdir)/../../core/filters \
 
13
        -I$(srcdir)/../../core/tool \
 
14
        -I$(srcdir)/../../core/paintop \
 
15
        -I$(srcdir)/../../ui \
 
16
        -I$(srcdir)/../../ui/dialogs \
 
17
        -I$(srcdir)/../../ui/widgets \
 
18
        -I../../ui/dialogs \
 
19
        $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) -I$(srcdir)/../../core/strategy/ $(all_includes)
 
20
 
 
21
kritatoolfilter_la_SOURCES = \
 
22
        kis_filterop.cc \
 
23
        kis_tool_filter.cc \
 
24
        tool_filter.cc
 
25
 
 
26
# Install this plugin in the KDE modules directory
 
27
kde_module_LTLIBRARIES = kritatoolfilter.la
 
28
 
 
29
noinst_HEADERS = \
 
30
        kis_filterop.h \
 
31
        kis_tool_filter.h \
 
32
        tool_filter.h
 
33
 
 
34
kritatoolfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
 
35
kritatoolfilter_la_LIBADD =  ../../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
 
36
 
 
37
kritatoolfilter_la_METASOURCES = AUTO
 
38
 
 
39
KDE_OPTIONS = nofinal