diff options
| author | Edin Kadribasic <edink@php.net> | 2002-01-30 23:46:44 +0000 |
|---|---|---|
| committer | Edin Kadribasic <edink@php.net> | 2002-01-30 23:46:44 +0000 |
| commit | 13ca3321840456dbdcab69bdcb84d8e563b93720 (patch) | |
| tree | 07e560c7ab42c7c451c349c78cc3971d7353a2e9 /sapi/cli | |
| parent | 860e2e97eea24e5fe7a9aada5dfb1f7aadc9ff56 (diff) | |
| download | php-git-13ca3321840456dbdcab69bdcb84d8e563b93720.tar.gz | |
Enable extensions to specify that they are not supposed to be
built with the CLI SAPI. This is done by passing "nocli" as the
3rd parameter to PHP_EXTENSION macro.
Diffstat (limited to 'sapi/cli')
| -rw-r--r-- | sapi/cli/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/cli/Makefile.in b/sapi/cli/Makefile.in index a58aab9000..515c57fcbe 100644 --- a/sapi/cli/Makefile.in +++ b/sapi/cli/Makefile.in @@ -5,7 +5,6 @@ LTLIBRARY_DEPENDENCIES = \ $(top_builddir)/Zend/libZend.la \ $(top_builddir)/main/libmain_cli.la \ $(top_builddir)/$(REGEX_LIB) \ - $(EXT_LTLIBS) \ $(EXT_CLI_LTLIBS) \ $(top_builddir)/$(TSRM_LIB) |
