2016-09-26 19:21:55 +08:00
|
|
|
#
|
|
|
|
|
# Component Makefile
|
|
|
|
|
#
|
|
|
|
|
|
2017-05-17 12:06:31 +10:00
|
|
|
COMPONENT_ADD_INCLUDEDIRS := port/include nghttp2/lib/includes
|
2016-09-26 19:21:55 +08:00
|
|
|
|
2019-09-11 16:12:53 +05:30
|
|
|
COMPONENT_PRIV_INCLUDEDIRS := private_include
|
|
|
|
|
|
2017-07-26 14:21:07 +08:00
|
|
|
COMPONENT_SRCDIRS := nghttp2/lib port
|
2017-05-17 12:06:31 +10:00
|
|
|
|
2017-07-11 11:49:55 +08:00
|
|
|
COMPONENT_SUBMODULES := nghttp2
|