diff options
author | Andi Gutmans <andi@php.net> | 2000-04-01 18:11:08 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-04-01 18:11:08 +0000 |
commit | a73ba4b2383652c3ed061f40bd374891a24938be (patch) | |
tree | a4df8785f139fd1cf9bc79734527fa30e44584a0 /Makefile.in | |
parent | 34933225f63aba3598fd50d754e7dacd997e06d5 (diff) | |
download | php-git-a73ba4b2383652c3ed061f40bd374891a24938be.tar.gz |
- Make php_virtual_cwd compile
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 77378a9065..b580462243 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,7 @@ LTLIBRARY_SOURCES = \ configuration-parser.c configuration-scanner.c \ safe_mode.c fopen-wrappers.c php_realpath.c alloca.c \ php_ini.c SAPI.c rfc1867.c dlist.c php_content_types.c strlcpy.c \ - strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c + strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c php_virtual_cwd.c LTLIBRARY_DEPENDENCIES = \ Zend/libZend.la \ |