File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ tl_config.WriteLine("#define timelib_strdup estrdup");
19
19
tl_config . WriteLine ( "#define timelib_free efree" ) ;
20
20
tl_config . Close ( ) ;
21
21
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" ) ;
23
23
AC_DEFINE ( 'HAVE_TIMELIB_CONFIG_H' , 1 , 'Have timelib_config.h' )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ PHP_ADD_BUILD_DIR([$ext_builddir/lib], 1)
14
14
PHP_ADD_INCLUDE([ $ext_builddir/lib] )
15
15
PHP_ADD_INCLUDE([ $ext_srcdir/lib] )
16
16
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] )
18
18
AC_DEFINE ( [ HAVE_TIMELIB_CONFIG_H] , [ 1] , [ Have timelib_config.h] )
19
19
20
20
cat > $ext_builddir/lib/timelib_config.h <<EOF
You can’t perform that action at this time.
0 commit comments