mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
9936548993
- fix a couple typos @ Making pspell compile as a shared module
8 lines
200 B
Makefile
8 lines
200 B
Makefile
|
|
LTLIBRARY_NAME = libpspell.la
|
|
LTLIBRARY_SOURCES = pspell.c
|
|
LTLIBRARY_SHARED_NAME = pspell.la
|
|
LTLIBRARY_SHARED_LIBADD = $(PSPELL_SHARED_LIBADD)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|