mirror of
https://github.com/php/php-src.git
synced 2024-12-11 19:04:38 +08:00
9 lines
213 B
Makefile
9 lines
213 B
Makefile
# $Id$
|
|
|
|
LTLIBRARY_NAME = libvpopmail.la
|
|
LTLIBRARY_SOURCES = php_vpopmail.c
|
|
LTLIBRARY_SHARED_NAME = vpopmail.la
|
|
LTLIBRARY_SHARED_LIBADD = $(VPOPMAIL_SHARED_LIBADD)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|