summaryrefslogtreecommitdiff
path: root/ext/oracle/Makefile.in
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2000-05-08 10:10:00 +0000
committerThies C. Arntzen <thies@php.net>2000-05-08 10:10:00 +0000
commitcd721534551adb45f2c9e7eb2db3014dc3937686 (patch)
tree5ec2b1f2d4978de449bbc005a1e617cd28cd7061 /ext/oracle/Makefile.in
parent36c1a9a39d429c333861f1752d16e9a0066e3cbe (diff)
downloadphp-git-cd721534551adb45f2c9e7eb2db3014dc3937686.tar.gz
config.m4 redone - now supports building oracle extension as shared module
# i really hope i didn't break linking agains ancient oracle-versions!
Diffstat (limited to 'ext/oracle/Makefile.in')
-rw-r--r--ext/oracle/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/oracle/Makefile.in b/ext/oracle/Makefile.in
index 03fe31681c..dc9cb9a0bc 100644
--- a/ext/oracle/Makefile.in
+++ b/ext/oracle/Makefile.in
@@ -1,5 +1,6 @@
-
-LTLIBRARY_NAME = liboracle.la
-LTLIBRARY_SOURCES = oracle.c
+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