mirror of
https://github.com/php/php-src.git
synced 2024-12-04 07:14:10 +08:00
8b43f3222e
Initial Import
9 lines
211 B
Makefile
9 lines
211 B
Makefile
# $Id$
|
|
|
|
LTLIBRARY_NAME = libpcntl.la
|
|
LTLIBRARY_SOURCES = pcntl.c php_signal.c
|
|
LTLIBRARY_SHARED_NAME = pcntl.la
|
|
LTLIBRARY_SHARED_LIBADD = $(PCNTL_SHARED_LIBADD)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|