mirror of
https://github.com/php/php-src.git
synced 2024-11-26 11:23:47 +08:00
8 lines
182 B
Makefile
8 lines
182 B
Makefile
|
|
LTLIBRARY_NAME = libimap.la
|
|
LTLIBRARY_SOURCES = php_imap.c
|
|
LTLIBRARY_SHARED_NAME = imap.la
|
|
LTLIBRARY_SHARED_LIBADD = $(IMAP_SHARED_LIBADD)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|