diff options
Diffstat (limited to 'ext/standard/Makefile.am')
-rw-r--r-- | ext/standard/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/Makefile.am b/ext/standard/Makefile.am index 5de911d484..7f6ed0f0b5 100644 --- a/ext/standard/Makefile.am +++ b/ext/standard/Makefile.am @@ -7,5 +7,5 @@ libphpext_standard_a_SOURCES=\ html.c image.c info.c link.c mail.c math.c md5.c microtime.c \ pack.c pageinfo.c rand.c reg.c soundex.c string.c \ syslog.c type.c uniqid.c url.c iptc.c var.c quot_print.c \ - cyr_convert.c flock_compat.c + cyr_convert.c flock_compat.c crypt.c dl.c head.c |