mirror of
https://github.com/php/php-src.git
synced 2024-12-04 07:14:10 +08:00
7 lines
183 B
Makefile
7 lines
183 B
Makefile
LTLIBRARY_NAME = liboci8.la
|
|
LTLIBRARY_SOURCES = oci8.c
|
|
LTLIBRARY_SHARED_NAME = oci8.la
|
|
LTLIBRARY_SHARED_LIBADD = $(OCI8_SHARED_LIBADD)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|