]> granicus.if.org Git - php/commitdiff
- fix header install
authorPierre Joye <pajoye@php.net>
Tue, 14 Dec 2010 13:10:25 +0000 (13:10 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 14 Dec 2010 13:10:25 +0000 (13:10 +0000)
ext/date/config.w32

index 85b0e6519b39b28b04aef3d95da5c1ea15181263..c97df7246c0de9484df92e7af3210f47c6209a5d 100755 (executable)
@@ -7,8 +7,8 @@ AC_DEFINE('HAVE_DATE', 1, 'Have date/time support');
 
 ADD_FLAG('CFLAGS_DATE', "/wd4244");
 
-PHP_INSTALL_HEADERS("ext/date/", "php_date.h lib/timelib.h lib/timelib_structs.h lib/timelib_config.h");
-
 var tl_config = FSO.CreateTextFile("ext/date/lib/timelib_config.h", true);
 tl_config.WriteLine("#include \"config.w32.h\"");
 tl_config.Close();
+
+PHP_INSTALL_HEADERS("ext/date/", "php_date.h lib/timelib.h lib/timelib_structs.h lib/timelib_config.h");