diff options
Diffstat (limited to 'ext/calendar/config.m4')
-rw-r--r-- | ext/calendar/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/calendar/config.m4 b/ext/calendar/config.m4 index 96c3f96f68..a80101adbb 100644 --- a/ext/calendar/config.m4 +++ b/ext/calendar/config.m4 @@ -7,5 +7,5 @@ PHP_ARG_ENABLE(calendar,whether to enable calendar conversion support, if test "$PHP_CALENDAR" = "yes"; then AC_DEFINE(HAVE_CALENDAR,1,[ ]) - PHP_EXTENSION(calendar, $ext_shared) + PHP_NEW_EXTENSION(calendar, calendar.c dow.c french.c gregor.c jewish.c julian.c easter.c cal_unix.c, $ext_shared) fi |