diff options
author | foobar <sniper@php.net> | 2001-06-22 15:52:25 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-06-22 15:52:25 +0000 |
commit | d87e59a1a3dea4a376e49697b670160189a303ff (patch) | |
tree | 87d91f08b294ab8ad96fc66e0de021c6776fdf66 /ext/sybase_ct/Makefile.in | |
parent | f61eac29ad7a0e68f8bc3436d6222a47566245af (diff) | |
download | php-git-d87e59a1a3dea4a376e49697b670160189a303ff.tar.gz |
Make it possible to build this extension as shared module.
Diffstat (limited to 'ext/sybase_ct/Makefile.in')
-rw-r--r-- | ext/sybase_ct/Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ext/sybase_ct/Makefile.in b/ext/sybase_ct/Makefile.in index 4b495e4a85..54194fe6fd 100644 --- a/ext/sybase_ct/Makefile.in +++ b/ext/sybase_ct/Makefile.in @@ -1,5 +1,8 @@ -LTLIBRARY_NAME = libsybase_ct.la -LTLIBRARY_SOURCES = php_sybase_ct.c +LTLIBRARY_NAME = libsybase_ct.la +LTLIBRARY_SOURCES = php_sybase_ct.c +LTLIBRARY_SHARED_NAME = sybase_ct.la +LTLIBRARY_SHARED_LIBADD = $(SYBASE_CT_SHARED_LIBADD) include $(top_srcdir)/build/dynlib.mk + |