mirror of
https://github.com/php/php-src.git
synced 2024-11-26 11:23:47 +08:00
7 lines
137 B
Makefile
7 lines
137 B
Makefile
|
|
LTLIBRARY_NAME = libftp.la
|
|
LTLIBRARY_SOURCES = php_ftp.c ftp.c
|
|
LTLIBRARY_SHARED_NAME = ftp.la
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|