From 93ef802cce929834ad3b0a98199b837528caef9f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 6 May 2017 22:01:10 +0200 Subject: fixed include flags for liburiparser 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.. -- cgit v0.10-9-g596f