diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /tools/spell/Makefile.am | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'tools/spell/Makefile.am')
-rw-r--r-- | tools/spell/Makefile.am | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/spell/Makefile.am b/tools/spell/Makefile.am new file mode 100644 index 00000000..80f2f78a --- /dev/null +++ b/tools/spell/Makefile.am @@ -0,0 +1,24 @@ +# This tool is disabled. Not useful and not ported to kspell2. + +#INCLUDES = -I$(srcdir)/../../lib/kofficecore $(all_includes) +#libkspelltool_la_LIBADD = ../../lib/kofficecore/libkofficecore.la + +####### Files + +#kde_module_LTLIBRARIES = libkspelltool.la + +#libkspelltool_la_SOURCES = main.cc + +#libkspelltool_la_LDFLAGS = $(all_libraries) -avoid-version -module -no-undefined + +#noinst_HEADERS = main.h + +#libkspelltool_la_METASOURCES = main.moc + +#service_DATA = kspelltool.desktop +#servicedir = $(kde_servicesdir) + +install-data-local: uninstall.desktop + $(mkinstalldirs) $(DESTDIR)$(kde_servicesdir) + $(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_servicesdir)/kspelltool.desktop + |