sas             Tue Apr  1 05:16:12 2003 EDT

  Modified files:              
    /php4/ext/dba       config.m4 
  Log:
  fix VPATH builds
  
Index: php4/ext/dba/config.m4
diff -u php4/ext/dba/config.m4:1.45 php4/ext/dba/config.m4:1.46
--- php4/ext/dba/config.m4:1.45 Sat Feb 22 12:20:05 2003
+++ php4/ext/dba/config.m4      Tue Apr  1 05:16:12 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.45 2003/02/22 17:20:05 helly Exp $
+dnl $Id: config.m4,v 1.46 2003/04/01 10:16:12 sas Exp $
 dnl
 
 dnl Suppose we need FlatFile if no support or only CDB is used.
@@ -426,6 +426,8 @@
   AC_MSG_RESULT(yes)
   AC_DEFINE(HAVE_DBA, 1, [ ])
   PHP_NEW_EXTENSION(dba, dba.c dba_cdb.c dba_db2.c dba_dbm.c dba_gdbm.c dba_ndbm.c 
dba_db3.c dba_db4.c dba_flatfile.c dba_inifile.c $cdb_sources $flat_sources 
$ini_sources, $ext_shared)
+  PHP_ADD_BUILD_DIR($ext_builddir/libcdb)
+  PHP_ADD_BUILD_DIR($ext_builddir/libflatfile)
   PHP_SUBST(DBA_SHARED_LIBADD)
 else
   AC_MSG_RESULT(no)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to