summaryrefslogtreecommitdiff
path: root/ext/standard/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/Makefile.am')
-rw-r--r--ext/standard/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/standard/Makefile.am b/ext/standard/Makefile.am
index ae0d698617..0f4f063c8a 100644
--- a/ext/standard/Makefile.am
+++ b/ext/standard/Makefile.am
@@ -7,7 +7,8 @@ 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 crypt.c dl.c head.c post.c
+ cyr_convert.c flock_compat.c crypt.c dl.c head.c post.c \
+ parsedate.y
#number.o: number.c
# $(CC) $(CFLAGS) -w@WARNING_LEVEL@ -c $< -o $@