php-src/ext/curl/Makefile.in
Sterling Hughes 6787071417 Add CURL support (http://curl.haxx.se).
# 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?
2000-07-16 19:37:33 +00:00

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