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

« back to all changes in this revision

Viewing changes to plugins/scan/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040509113300-vfrdadqsvjfuhn3b
Tags: 1:1.3.1-1
* New upstream bugfix release.
* Built against newer imagemagick (closes: #246623).
* Made koffice-libs/kformula recommend/depend on latex-xft-fonts, which
  provides mathematical fonts that the formula editor can use.  Also
  patched the kformula part to make these fonts the default.
* Changed kword menu hint from "WordProcessors" to "Word processors"
  (closes: #246209).
* Spellchecker configuration is now fixed (closes: #221256, #227568).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
kwordrcdir = $(kde_datadir)/kword/kpartplugins
2
2
kwordrc_DATA = scan-kword.rc
3
3
 
4
 
krayonrcdir = $(kde_datadir)/krayon/kpartplugins
5
 
krayonrc_DATA = scan-krayon.rc
 
4
kritarcdir = $(kde_datadir)/krita/kpartplugins
 
5
kritarc_DATA = scan-krita.rc
6
6
 
7
7
killustratorrcdir = $(kde_datadir)/kontour/kpartplugins
8
8
killustratorrc_DATA = scan-kontour.rc
10
10
kpresenterrcdir = $(kde_datadir)/kpresenter/kpartplugins
11
11
kpresenterrc_DATA = scan-kpresenter.rc
12
12
 
13
 
EXTRA_DIST = $(kwordrc_DATA) $(krayonrc_DATA) $(killustratorrc_DATA) $(kpresenterrc_DATA)
 
13
EXTRA_DIST = $(kwordrc_DATA) $(kritarc_DATA) $(killustratorrc_DATA) $(kpresenterrc_DATA)
14
14
 
15
15
INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
16
 
kde_module_LTLIBRARIES = libkofficescan.la
17
 
 
18
 
libkofficescan_la_SOURCES = scan_factory.cpp scan.cpp
19
 
noinst_HEADERS = scan_factory.h scan.h
20
 
 
21
 
libkofficescan_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
22
 
libkofficescan_la_LIBADD = $(LIB_KPARTS) $(LIB_KIO) $(LIB_KOFFICECORE)
23
 
 
24
 
libkofficescan_la_METASOURCES = AUTO
 
16
kde_module_LTLIBRARIES = kofficescan.la
 
17
 
 
18
kofficescan_la_SOURCES = scan.cpp
 
19
noinst_HEADERS = scan.h
 
20
 
 
21
kofficescan_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
 
22
kofficescan_la_LIBADD = $(LIB_KPARTS) $(LIB_KIO) $(LIB_KOFFICECORE)
 
23
 
 
24
kofficescan_la_METASOURCES = AUTO
25
25
 
26
26
messages: rc.cpp
27
27
        $(XGETTEXT) *.cpp -o $(podir)/kscan_plugin.pot