mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
6 lines
137 B
Makefile
6 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
|