diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2017-05-06 22:01:10 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2017-05-06 22:01:10 +0200 |
commit | 93ef802cce929834ad3b0a98199b837528caef9f (patch) | |
tree | 57beac12f8ed1cfb06486ac674ed8e6eac02e0f3 | |
parent | c0c7cfaca6377e55ceac6cd2068e3f1d658f78e6 (diff) | |
download | monitoring-plugins-93ef802cce929834ad3b0a98199b837528caef9f.tar.gz |
fixed include flags for liburiparser
-rw-r--r-- | plugins/uriparser/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/uriparser/Makefile.am b/plugins/uriparser/Makefile.am index 592e694c..703e6c51 100644 --- a/plugins/uriparser/Makefile.am +++ b/plugins/uriparser/Makefile.am | |||
@@ -7,3 +7,5 @@ liburiparser_a_SOURCES = UriCommon.c UriCompare.c \ | |||
7 | UriParseBase.c UriQuery.c \ | 7 | UriParseBase.c UriQuery.c \ |
8 | UriRecompose.c UriResolve.c \ | 8 | UriRecompose.c UriResolve.c \ |
9 | UriShorten.c | 9 | UriShorten.c |
10 | |||
11 | liburiparser_a_CFLAGS = $(AM_CFLAGS) -I.. | ||