Skip to content

Commit 8af7095

Browse files
committed
Revert "Remove removed header files from configuration files."
This reverts commit 3df753c.
1 parent 5d2c303 commit 8af7095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/date/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ tl_config.WriteLine("#define timelib_strdup estrdup");
1919
tl_config.WriteLine("#define timelib_free efree");
2020
tl_config.Close();
2121

22-
PHP_INSTALL_HEADERS("ext/date/", "php_date.h lib/timelib.h lib/timelib_config.h");
22+
PHP_INSTALL_HEADERS("ext/date/", "php_date.h lib/timelib.h lib/timelib_structs.h lib/timelib_config.h");
2323
AC_DEFINE('HAVE_TIMELIB_CONFIG_H', 1, 'Have timelib_config.h')

ext/date/config0.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PHP_ADD_BUILD_DIR([$ext_builddir/lib], 1)
1414
PHP_ADD_INCLUDE([$ext_builddir/lib])
1515
PHP_ADD_INCLUDE([$ext_srcdir/lib])
1616

17-
PHP_INSTALL_HEADERS([ext/date], [php_date.h lib/timelib.h lib/timelib_config.h])
17+
PHP_INSTALL_HEADERS([ext/date], [php_date.h lib/timelib.h lib/timelib_structs.h lib/timelib_config.h])
1818
AC_DEFINE([HAVE_TIMELIB_CONFIG_H], [1], [Have timelib_config.h])
1919

2020
cat > $ext_builddir/lib/timelib_config.h <<EOF

0 commit comments

Comments
 (0)