Add mergesort.c to compilation list.

This commit is contained in:
Andrei Zmievski 1999-10-15 19:25:04 +00:00
parent 86e031d9e8
commit c5149f12b6

View File

@ -13,7 +13,7 @@ libphp4_la_SOURCES = \
configuration-parser.y configuration-scanner.l request_info.c \
safe_mode.c fopen-wrappers.c php3_realpath.c alloca.c output.c \
php_ini.c SAPI.c rfc1867.c dlist.c php_content_types.c strlcpy.c \
strlcat.c
strlcat.c mergesort.c
libphp4_la_DEPENDENCIES = \
libzend/libzend.la \