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

« back to all changes in this revision

Viewing changes to krita/modules/colorspace_ws/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 = kritawsenginefilter.rc
 
3
 
 
4
EXTRA_DIST = $(kritarc_DATA)
 
5
 
 
6
 
 
7
INCLUDES  = \
 
8
        -I$(srcdir)/../../../core/color_strategy \
 
9
        -I$(srcdir)/../../../core \
 
10
        -I$(srcdir)/../../../core/tiles \
 
11
        -I$(srcdir)/../../../core/filters \
 
12
        -I$(srcdir)/../../../core/resources \
 
13
        -I$(srcdir)/../../../core/tool \
 
14
        -I$(srcdir)/../../../core/paintop \
 
15
        -I$(srcdir)/../../../ui \
 
16
        -I$(srcdir)/../../../ui/widgets \
 
17
        -I$(srcdir)/.. \
 
18
        $(KOFFICE_INCLUDES) \
 
19
        -I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
 
20
 
 
21
kde_module_LTLIBRARIES = kritawsenginefilter.la
 
22
 
 
23
kritawsenginefilter_la_SOURCES = \
 
24
        ws_engine_filter_plugin.cc \
 
25
        kis_ws_engine_filter.cc
 
26
 
 
27
noinst_HEADERS = \
 
28
        ws_engine_filter_plugin.h \
 
29
        kis_ws_engine_filter.h
 
30
 
 
31
kritawsenginefilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
 
32
kritawsenginefilter_la_LIBADD =  ../../../libkritacommon.la $(LIB_KOFFICECORE) $(LIB_KOPAINTER)
 
33
 
 
34
kritawsenginefilter_la_METASOURCES = AUTO