add proper dep

This commit is contained in:
Wez Furlong 2004-12-31 17:45:08 +00:00
parent c1e5e2c74c
commit 1f75a34f76

View File

@ -52,4 +52,5 @@ if test "$PHP_PDO_SQLITE" != "no"; then
AC_MSG_RESULT($pdo_inc_path)
PHP_NEW_EXTENSION(pdo_sqlite, pdo_sqlite.c sqlite_driver.c sqlite_statement.c, $ext_shared,,-I$pdo_inc_path)
PHP_ADD_EXTENSION_DEP(pdo_sqlite, pdo)
fi