mirror of
https://github.com/php/php-src.git
synced 2024-11-26 19:33:55 +08:00
467917cbde
New extension pfpro to interface with Signio Payflow Pro library for credit card processing etc
9 lines
197 B
Makefile
9 lines
197 B
Makefile
# $Id$
|
|
|
|
LTLIBRARY_NAME = libpfpro.la
|
|
LTLIBRARY_SOURCES = pfpro.c
|
|
LTLIBRARY_SHARED_NAME = pfpro.la
|
|
LTLIBRARY_SHARED_LIBADD = $(PFPRO_SHARED_LIBADD)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|