mirror of
https://github.com/php/php-src.git
synced 2024-12-05 07:46:06 +08:00
7 lines
142 B
Makefile
7 lines
142 B
Makefile
|
# $Id$
|
||
|
|
||
|
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
|
||
|
noinst_LIBRARIES=libphpext_sysvshm.a
|
||
|
libphpext_sysvshm_a_SOURCES=sysvshm.c
|
||
|
|