diff options
| author | Thies C. Arntzen <thies@php.net> | 2000-05-08 10:10:00 +0000 |
|---|---|---|
| committer | Thies C. Arntzen <thies@php.net> | 2000-05-08 10:10:00 +0000 |
| commit | cd721534551adb45f2c9e7eb2db3014dc3937686 (patch) | |
| tree | 5ec2b1f2d4978de449bbc005a1e617cd28cd7061 /ext/oracle/Makefile.in | |
| parent | 36c1a9a39d429c333861f1752d16e9a0066e3cbe (diff) | |
| download | php-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.in | 7 |
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 |
