mirror of
https://github.com/php/php-src.git
synced 2024-11-26 19:33:55 +08:00
9 lines
109 B
Makefile
9 lines
109 B
Makefile
|
|
LTLIBRARY_NAME = libftp.la
|
|
LTLIBRARY_SOURCES = php_ftp.c ftp.c
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|
|
|
|
|
|
|