Set lshpack include directory in the library's Makefile

This commit is contained in:
Dmitri Tikhonov 2020-02-20 17:00:23 -05:00
parent 0bd320303d
commit 83506617f9
3 changed files with 3 additions and 1 deletions

View file

@ -87,6 +87,7 @@ include_directories(ls-qpack)
IF(PROJECT_NAME STREQUAL "openlitespeed")
INCLUDE_DIRECTORIES(${PROJECT_SOURCE_DIR}/src/spdy)
ELSE()
INCLUDE_DIRECTORIES(../lshpack)
SET(lsquic_STAT_SRCS ${lsquic_STAT_SRCS}
lsquic_xxhash.c
../lshpack/lshpack.c