php-src/ext/pspell/Makefile.in
Vlad Krupin 9936548993 - Making pspell compile as a shared module
- fix a couple typos
@ Making pspell compile as a shared module
2000-07-13 20:39:14 +00:00

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