diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2016-02-26 14:27:04 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2016-02-26 14:27:04 +0300 |
| commit | 89b8f57768c661a6ccaa06a53c3137510d8b0de2 (patch) | |
| tree | 4c95d4c141ddbbc835b890f2d03a5de4cd3e75f5 /auto/lib/perl/make | |
| parent | 39b78fdf964df34523f7dc8bc32f09d333db1849 (diff) | |
| download | nginx-89b8f57768c661a6ccaa06a53c3137510d8b0de2.tar.gz nginx-89b8f57768c661a6ccaa06a53c3137510d8b0de2.tar.bz2 | |
Dynamic modules: perl.
Diffstat (limited to '')
| -rw-r--r-- | auto/lib/perl/make | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/auto/lib/perl/make b/auto/lib/perl/make index d1c1b9e48..8af8902f5 100644 --- a/auto/lib/perl/make +++ b/auto/lib/perl/make @@ -8,7 +8,10 @@ v=`grep 'define NGINX_VERSION' src/core/nginx.h | sed -e 's/^.*"\(.*\)".*/\1/'` cat << END >> $NGX_MAKEFILE -$NGX_OBJS/src/http/modules/perl/blib/arch/auto/nginx/nginx.$ngx_perl_dlext: \\ +$NGX_OBJS/src/http/modules/perl/ngx_http_perl_module.o: \\ + $NGX_OBJS/$ngx_perl_module + +$NGX_OBJS/$ngx_perl_module: \\ \$(CORE_DEPS) \$(HTTP_DEPS) \\ src/http/modules/perl/ngx_http_perl_module.h \\ $NGX_OBJS/src/http/modules/perl/Makefile |
