mirror of
https://github.com/php/php-src.git
synced 2025-01-08 20:17:28 +08:00
6787071417
# Currently pretty experimental, and labeled so, it # only really works with the CGI version. I wanted # to get the sources in CVS, so I could give a # reference point for some issues, and get more # extensive testing... # # Does anyone know how long it is going to be till # the next minor release?
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
|