mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
tests: allow compilation without http-parser lib
This commit is contained in:
@@ -46,6 +46,10 @@ if LOCAL_TALLOC
|
||||
AM_CPPFLAGS += -I$(srcdir)/../src/ccan/talloc
|
||||
endif
|
||||
|
||||
if LOCAL_HTTP_PARSER
|
||||
AM_CPPFLAGS += -I$(srcdir)/../src/http-parser/
|
||||
endif
|
||||
|
||||
kkdcp_parsing_SOURCES = kkdcp-parsing.c
|
||||
kkdcp_parsing_LDADD = ../gl/libgnu.a $(LIBTALLOC_LIBS) ../src/ccan/libccan.a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user