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

« back to all changes in this revision

Viewing changes to filters/kword/mswrite/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
####### General stuff
 
2
 
 
3
INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) -I$(srcdir)/../libexport $(all_includes)
 
4
 
 
5
####### Files
 
6
 
 
7
kde_module_LTLIBRARIES = libmswriteimport.la libmswriteexport.la
 
8
 
 
9
libmswriteimport_la_SOURCES = mswriteimport.cc \
 
10
                                                                libmswrite_defs.cpp structures_generated.cpp structures_private.cpp structures.cpp libmswrite.cpp ImportDialogUI.ui ImportDialog.cc
 
11
 
 
12
libmswriteimport_la_LDFLAGS = -module $(KDE_PLUGIN)
 
13
libmswriteimport_la_LIBADD = $(KOFFICE_LIBS)
 
14
 
 
15
libmswriteexport_la_SOURCES = mswriteexport.cc  \
 
16
                                                                libmswrite_defs.cpp structures_generated.cpp structures_private.cpp structures.cpp libmswrite.cpp
 
17
libmswriteexport_la_LDFLAGS = -module $(KDE_PLUGIN)
 
18
libmswriteexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KOWMF) ../libexport/libkwordexportfilters.la
 
19
 
 
20
noinst_HEADERS = mswriteimport.h mswriteexport.h \
 
21
                                          config.libmswrite.h \
 
22
                                          ImportDialog.h \
 
23
                                          ImportDialogUI.h \
 
24
                                          libmswrite_defs.h \
 
25
                                          libmswrite.h \
 
26
                                          list.h \
 
27
                                          structures_generated.h \
 
28
                                          structures.h \
 
29
                                          structures_private.h
 
30
METASOURCES = AUTO
 
31
 
 
32
service_DATA = kword_mswrite_import.desktop kword_mswrite_export.desktop
 
33
servicedir = $(kde_servicesdir)
 
34
 
 
35
messages: rc.cpp
 
36
        $(XGETTEXT) *.cc *.cpp -o $(podir)/kwordmswritefilter.pot