php-src/ext/shmop/Makefile.in
Derick Rethans 58294f67d2 @- Added the shmop extension. It allows more general ways of shared memory
@  access. (thanks to Ilia Alshanestky <iliaa@home.com> and Slava Poliakov
@  <slavapl@mailandnews.com> (Derick)
2000-10-01 15:06:04 +00:00

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