mirror of
https://github.com/php/php-src.git
synced 2025-01-24 04:33:39 +08:00
8 lines
180 B
Makefile
8 lines
180 B
Makefile
|
|
||
|
LTLIBRARY_NAME = libcurl.la
|
||
|
LTLIBRARY_SOURCES = curl.c
|
||
|
LTLIBRARY_SHARED_NAME = curl.la
|
||
|
LTLIBRARY_SHARED_LIBADD = $(CURL_SHARED_LIBADD)
|
||
|
|
||
|
include $(top_srcdir)/build/dynlib.mk
|