mirror of
https://github.com/php/php-src.git
synced 2025-01-22 19:54:13 +08:00
21abde5ca1
config.m4 php_sockets.h sockets.c sockets.php: - Added files needed for Unix-style sockets support in PHP.
8 lines
154 B
Makefile
8 lines
154 B
Makefile
# $Id$
|
|
|
|
LTLIBRARY_NAME = libsockets.la
|
|
LTLIBRARY_SOURCES = sockets.c
|
|
LTLIBRARY_SHARED_NAME = sockets.la
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|