Don't install libnghttp2_asio headers if they are disabled
This commit is contained in:
parent
095bc178f3
commit
14d4979c54
|
@ -20,5 +20,8 @@
|
|||
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
if ENABLE_ASIO_LIB
|
||||
nobase_include_HEADERS = nghttp2/asio_http2.h nghttp2/asio_http2_client.h \
|
||||
nghttp2/asio_http2_server.h
|
||||
endif # ENABLE_ASIO_LIB
|
||||
|
|
Loading…
Reference in New Issue