| Nginx-ru mailing list archive (nginx-ru@sysoev.ru) [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: как добавить зависмые ф	айлы
 
 Написал так
[code]
ngx_addon_name=ngx_http_dor_module
HTTP_MODULES="$HTTP_MODULES ngx_http_dor_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_dor_modue.c 
$ngx_addon_dir/dor/dor.c"
NGX_ADDON_DEPS="$NGX_ADDON_DEPS $ngx_addon_dir/dor/dor.h"
[/code]
получаю 
[code]
make: don't knoe to make ..dor.c Stop
[/code]
Posted at Nginx Forum: 
http://forum.nginx.org/read.php?21,150517,150857#msg-150857
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
 
 |