php-src/ext/oracle/Makefile.in
Thies C. Arntzen cd72153455 config.m4 redone - now supports building oracle extension as shared module
# i really hope i didn't break linking agains ancient oracle-versions!
2000-05-08 10:10:00 +00:00

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