Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
как добавить зависмые фай лы
- To: nginx-ru@xxxxxxxxx
- Subject: как добавить зависмые фай лы
- From: "dix75" <nginx-forum@xxxxxxxx>
- Date: Sat, 13 Nov 2010 12:03:34 -0500
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mickey.jlkhosting.com; s=x; h=Sender:From:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To:Date; bh=VfgRqc2KTsh5gnY8f05vbi2ybBGUNCW3HhFoZCiJ7nA=; b=bBX7s5dTS/Goy/EV+QYU0g5AVuzuU1awXRVWUWV6DWITRvGttx0KSYJBRYkv9Z1haJkmgKoKyrGyVxJn7uK7mf5Y3rcgg74yCg+cbsbc3RaWISb0MKkV9frOR90F9WJz;
Добрый вечер!
я написал модуль под nginx но не знаю как
правильно настроить config ./ так как мой
модуль зависит от библиотеки которая
включает в себя 2 файла dor.h и dor.c
Мой config который был раньше
[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"
[/code]
а как теперь добавить dor.h и dor.c ?
[code]
NGX_ADDON_DEPS="$NGX_ADDON_DEPS $ngx_addon_dir/dor.h"
[/code]
так не работает
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,150517,150517#msg-150517
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|