mirror of
https://github.com/php/php-src.git
synced 2024-12-02 14:24:10 +08:00
58294f67d2
@ access. (thanks to Ilia Alshanestky <iliaa@home.com> and Slava Poliakov @ <slavapl@mailandnews.com> (Derick)
9 lines
198 B
Makefile
9 lines
198 B
Makefile
# $Id$
|
|
|
|
LTLIBRARY_NAME = libshmop.la
|
|
LTLIBRARY_SOURCES = shmop.c
|
|
LTLIBRARY_SHARED_NAME = shmop.la
|
|
LTLIBRARY_SHARED_LIBADD = $(SHMOP_SHARED_LIBADD)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|