~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to kword/mailmerge/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-04-20 21:38:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060420213853-j5lxluqvymxt2zny
Tags: 1:1.5.0-0ubuntu2
UbuntuĀ uploadĀ 

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
kde_module_LTLIBRARIES = kwmailmerge_classic.la
6
6
 
7
7
## Plugin encapsulating the (old) internally stored style
8
 
kwmailmerge_classic_la_SOURCES = serialletter_classicplugin.cc
 
8
kwmailmerge_classic_la_SOURCES = KWClassicSerialDataSource.cpp
9
9
kwmailmerge_classic_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
10
10
kwmailmerge_classic_la_LIBADD = ../libkwmailmerge_interface.la $(LIB_KDEUI) $(LIB_KOTEXT)
11
11