mirror of
https://github.com/php/php-src.git
synced 2024-12-05 07:46:06 +08:00
8 lines
182 B
Makefile
8 lines
182 B
Makefile
|
|
LTLIBRARY_NAME = libicap.la
|
|
LTLIBRARY_SOURCES = php_icap.c
|
|
LTLIBRARY_SHARED_NAME = icap.la
|
|
LTLIBRARY_SHARED_LIBADD = $(ICAP_SHARED_LIBADD)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|