mirror of
https://github.com/php/php-src.git
synced 2024-12-16 13:26:19 +08:00
8 lines
178 B
Makefile
8 lines
178 B
Makefile
LTLIBRARY_NAME = libyaz.la
|
|
LTLIBRARY_SOURCES = php_yaz.c
|
|
LTLIBRARY_SHARED_NAME = yaz.la
|
|
LTLIBRARY_SHARED_LIBADD = $(YAZ_SHARED_LIBADD)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|
|
|