Add missing module deps

This commit is contained in:
Marcus Boerger 2004-08-11 21:04:36 +00:00
parent 364c2fe5a2
commit 3bca709fbc
2 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ Note that the MySQL client library is not bundled anymore.])
fi
PHP_NEW_EXTENSION(pdo_mysql, pdo_mysql.c mysql_driver.c mysql_statement.c, $ext_shared,,-I$pdo_inc_path)
PHP_ADD_EXTENSION_DEP(pdo_mysql, pdo)
PDO_MYSQL_MODULE_TYPE=external
PDO_MYSQL_INCLUDE=-I$MYSQL_INC_DIR

View File

@ -98,4 +98,5 @@ dnl find PDO sources
fi
PHP_NEW_EXTENSION(pdo_pgsql, pdo_pgsql.c pgsql_driver.c pgsql_statement.c, $ext_shared,,-I$pdo_inc_path)
PHP_ADD_EXTENSION_DEP(pdo_pgsql, pdo)
fi