diff options
author | Derick Rethans <github@derickrethans.nl> | 2017-08-16 15:19:11 +0100 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2017-08-16 15:19:11 +0100 |
commit | 8af70958fc45f9aea905fa429e2ced0bd17c318c (patch) | |
tree | 61dd46a421af4584df2f02b268dbbbed302dbed8 | |
parent | 5d2c303438fde4d83cae41321dc2a2ce1a91b0dc (diff) | |
download | php-git-8af70958fc45f9aea905fa429e2ced0bd17c318c.tar.gz |
Revert "Remove removed header files from configuration files."
This reverts commit 3df753c6ca3ebc95dc0e837b2d4dc20753b5aea2.
-rwxr-xr-x | ext/date/config.w32 | 2 | ||||
-rw-r--r-- | ext/date/config0.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/config.w32 b/ext/date/config.w32 index cad7412d69..ff5c4fff1c 100755 --- a/ext/date/config.w32 +++ b/ext/date/config.w32 @@ -19,5 +19,5 @@ tl_config.WriteLine("#define timelib_strdup estrdup"); tl_config.WriteLine("#define timelib_free efree"); tl_config.Close(); -PHP_INSTALL_HEADERS("ext/date/", "php_date.h lib/timelib.h lib/timelib_config.h"); +PHP_INSTALL_HEADERS("ext/date/", "php_date.h lib/timelib.h lib/timelib_structs.h lib/timelib_config.h"); AC_DEFINE('HAVE_TIMELIB_CONFIG_H', 1, 'Have timelib_config.h') diff --git a/ext/date/config0.m4 b/ext/date/config0.m4 index 91a4fda090..ca895379f2 100644 --- a/ext/date/config0.m4 +++ b/ext/date/config0.m4 @@ -14,7 +14,7 @@ PHP_ADD_BUILD_DIR([$ext_builddir/lib], 1) PHP_ADD_INCLUDE([$ext_builddir/lib]) PHP_ADD_INCLUDE([$ext_srcdir/lib]) -PHP_INSTALL_HEADERS([ext/date], [php_date.h lib/timelib.h lib/timelib_config.h]) +PHP_INSTALL_HEADERS([ext/date], [php_date.h lib/timelib.h lib/timelib_structs.h lib/timelib_config.h]) AC_DEFINE([HAVE_TIMELIB_CONFIG_H], [1], [Have timelib_config.h]) cat > $ext_builddir/lib/timelib_config.h <<EOF |