1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
Files
archived-php-src/ext/pspell/Makefile.in
T
Vlad Krupin a58ca45b2e Initial release. Includes:
- Functionality of aspell
- 3 modes of spellchecking (fast, normal, bad_spellers)
- support for run-together words
2000-07-10 21:29:19 +00:00

6 lines
102 B
Makefile

LTLIBRARY_NAME = libpspell.la
LTLIBRARY_SOURCES = pspell.c
include $(top_srcdir)/build/dynlib.mk