Add interface for Nginx build system.
This commit is contained in:
parent
a7fbfc0573
commit
38e48ff778
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