~ubuntu-branches/ubuntu/edgy/koffice/edgy-updates

« back to all changes in this revision

Viewing changes to tools/spell/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040509113300-xi5t1z4yxe7n03x7
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
INCLUDES = -I$(srcdir)/../../lib/kofficecore $(all_includes)
3
 
libkspelltool_la_LIBADD = ../../lib/kofficecore/libkofficecore.la -lkspell
 
2
INCLUDES = -I$(srcdir)/../../lib/kofficecore -I$(top_srcdir)/lib/kospell $(all_includes)
 
3
libkspelltool_la_LIBADD = ../../lib/kofficecore/libkofficecore.la ../../lib/kospell/libkospell.la
4
4
 
5
5
####### Files
6
6
 
14
14
 
15
15
libkspelltool_la_METASOURCES = main.moc
16
16
 
17
 
service_DATA = kspelltool.desktop kspelltool_kword.desktop
 
17
service_DATA = kspelltool.desktop
18
18
servicedir = $(kde_servicesdir)
19
19