Module: monitoring-plugins Branch: feature_check_curl Commit: 93ef802cce929834ad3b0a98199b837528caef9f Author: Andreas Baumann <m...@andreasbaumann.cc> Date: Sat May 6 22:01:10 2017 +0200 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=93ef802
fixed include flags for liburiparser --- plugins/uriparser/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/uriparser/Makefile.am b/plugins/uriparser/Makefile.am index 592e694..703e6c5 100644 --- a/plugins/uriparser/Makefile.am +++ b/plugins/uriparser/Makefile.am @@ -7,3 +7,5 @@ liburiparser_a_SOURCES = UriCommon.c UriCompare.c \ UriParseBase.c UriQuery.c \ UriRecompose.c UriResolve.c \ UriShorten.c + +liburiparser_a_CFLAGS = $(AM_CFLAGS) -I..