diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2017-05-06 20:01:10 (GMT) |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2018-10-22 14:30:31 (GMT) |
commit | 2f3eb33b861f69a3e55244a880544e6ad34d867c (patch) | |
tree | 731fbf8a6623e997a5b9e136dcdb68175c6a6b8f /plugins | |
parent | e003353fe9b01299b45e50104403f48b47c2c752 (diff) | |
download | monitoring-plugins-2f3eb33b861f69a3e55244a880544e6ad34d867c.tar.gz |
fixed include flags for liburiparser
Diffstat (limited to 'plugins')
-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 592e694..703e6c5 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.. | ||