1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00

Make dbase compilable as shared module

This commit is contained in:
Sascha Schumann
2000-05-02 04:32:33 +00:00
parent 645b2736a3
commit b2e90b4e8b
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
LTLIBRARY_NAME = libdbase.la
LTLIBRARY_SOURCES = dbf_head.c dbf_rec.c dbf_misc.c dbf_ndx.c dbase.c
LTLIBRARY_SHARED_NAME = dbase.la
include $(top_srcdir)/build/dynlib.mk

View File

@@ -7,7 +7,5 @@ PHP_ARG_ENABLE(dbase,whether to enable the bundled dbase library,
if test "$PHP_DBASE" = "yes"; then
AC_DEFINE(DBASE,1,[ ])
PHP_EXTENSION(dbase)
else
AC_DEFINE(DBASE,0,[ ])
PHP_EXTENSION(dbase, $ext_shared)
fi