parent
ebfbc1144c
commit
f64935eb1d
19 changed files with 5050 additions and 0 deletions
9
extras/httpd/component.mk
Normal file
9
extras/httpd/component.mk
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Component makefile for extras/httpd
|
||||
|
||||
# expected anyone using httpd includes it as 'httpd/httpd.h'
|
||||
INC_DIRS += $(httpd_ROOT)..
|
||||
|
||||
# args for passing into compile rule generation
|
||||
httpd_SRC_DIR = $(httpd_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,httpd))
|
Loading…
Add table
Add a link
Reference in a new issue