tests: allow compilation without http-parser lib

This commit is contained in:
Nikos Mavrogiannopoulos
2016-02-19 10:05:48 +01:00
parent b3fe8afe3a
commit 0d91834624

View File

@@ -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