mirror of
https://github.com/php/php-src.git
synced 2024-11-26 19:33:55 +08:00
cd72153455
# i really hope i didn't break linking agains ancient oracle-versions!
7 lines
191 B
Makefile
7 lines
191 B
Makefile
LTLIBRARY_NAME = liboracle.la
|
|
LTLIBRARY_SOURCES = oracle.c
|
|
LTLIBRARY_SHARED_NAME = oracle.la
|
|
LTLIBRARY_SHARED_LIBADD = $(ORACLE_SHARED_LIBADD)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|