]> granicus.if.org Git - php/commitdiff
fix build when the pecl module is part of the php source tree
authorFrank M. Kromann <fmk@php.net>
Sat, 19 Mar 2005 10:55:47 +0000 (10:55 +0000)
committerFrank M. Kromann <fmk@php.net>
Sat, 19 Mar 2005 10:55:47 +0000 (10:55 +0000)
ext/pdo_sqlite/config.w32

index 2831b02b8d170fcc434703715669b7840221cae3..f5c62455607625f7e14d2434473ff89998ca8d7c 100644 (file)
@@ -19,7 +19,7 @@ if (PHP_PDO_SQLITE != "no") {
        FSO.CopyFile(configure_module_dirname + "\\sqlite\\src\\sqlite_config.w32.h",
                configure_module_dirname + "\\sqlite\\src\\config.h");
                
-       EXTENSION("pdo_sqlite", "pdo_sqlite.c sqlite_driver.c sqlite_statement.c", null, "/DSQLITE_OMIT_CURSOR /I" + configure_module_dirname + "/sqlite/src /I ..\\pecl /I" + configure_module_dirname);
+       EXTENSION("pdo_sqlite", "pdo_sqlite.c sqlite_driver.c sqlite_statement.c", null, "/DSQLITE_OMIT_CURSOR /I" + configure_module_dirname + "/sqlite/src /I pecl /I ..\\pecl /I" + configure_module_dirname);
        ADD_SOURCES(configure_module_dirname + "/sqlite/src",
                "attach.c auth.c btree.c build.c date.c delete.c expr.c func.c hash.c insert.c \
                 legacy.c main.c os_mac.c os_unix.c os_win.c pager.c pragma.c printf.c random.c \