mirror of
https://github.com/php/php-src.git
synced 2026-04-10 17:43:13 +02: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
|