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

« back to all changes in this revision

Viewing changes to filters/kspread/qpro/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
####### General stuff
2
2
 
3
 
INCLUDES= -I$(srcdir) -I$(srcdir)/libqpro -I$(top_srcdir)/kspread $(KOFFICE_INCLUDES) \
4
 
-I$(top_srcdir)/lib/kscript -I$(top_srcdir)/lib/koscript $(all_includes)
 
3
INCLUDES= -I$(srcdir) -I$(srcdir)/libqpro -I$(top_srcdir)/kspread \
 
4
        $(KOFFICE_INCLUDES) $(KOSCRIPT_INCLUDES) \
 
5
        $(KOTEXT_INCLUDES) $(all_includes)
5
6
 
6
7
####### Files
7
8
 
9
10
 
10
11
kde_module_LTLIBRARIES = libqproimport.la
11
12
 
12
 
libqproimport_la_SOURCES = qproimport.cc qproimport_factory.cc qproformula.cc
 
13
libqproimport_la_SOURCES = qproimport.cc qproformula.cc
13
14
 
14
 
libqproimport_la_LDFLAGS = -module -avoid-version -no-undefined
 
15
libqproimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
15
16
libqproimport_la_LIBADD  = $(KOFFICE_LIBS) ../../../kspread/libkspreadpart.la \
16
17
        libqpro/src/libqpro.la
17
18
 
20
21
service_DATA = kspread_qpro_import.desktop
21
22
servicedir = $(kde_servicesdir)
22
23
 
23
 
kdemime_DATA = x-quattropro.desktop
24
 
kdemimedir = $(kde_mimedir)/application
25
 
 
26
24
messages: rc.cpp
27
25
        $(XGETTEXT) *.cc *.cpp -o $(podir)/kspreadqprofilter.pot