Add interface for Nginx build system.
This commit is contained in:
parent
d72a62ca90
commit
69edf0aa5e
2 changed files with 20 additions and 0 deletions
10
config.make
Normal file
10
config.make
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
cat << END >> $NGX_MAKEFILE
|
||||
|
||||
modules: ngx_otel_module
|
||||
|
||||
ngx_otel_module:
|
||||
make -C $NGX_OBJS/otel
|
||||
|
||||
.PHONY: ngx_otel_module
|
||||
|
||||
END
|
||||
Loading…
Add table
Add a link
Reference in a new issue