# HG changeset patch
# User Moorthy <36617743+moorthy-bs@users.noreply.github.com>
# Date 1588243424 -19800
#      Thu Apr 30 16:13:44 2020 +0530
# Node ID 79c2823a9840bab690bdc6c30f2d089797bf5ea5
# Parent  fe0968269d468fa9c45e390a64187766fddb98eb
pkgconfig: cjson include dir added

fixed #468

diff --git a/library_config/libcjson.pc.in b/library_config/libcjson.pc.in
--- a/library_config/libcjson.pc.in
+++ b/library_config/libcjson.pc.in
@@ -7,4 +7,4 @@
 URL: https://github.com/DaveGamble/cJSON
 Libs: -L${libdir} -lcjson
 Libs.private: -lm
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I${includedir}/cjson
diff --git a/library_config/libcjson_utils.pc.in b/library_config/libcjson_utils.pc.in
--- a/library_config/libcjson_utils.pc.in
+++ b/library_config/libcjson_utils.pc.in
@@ -6,5 +6,5 @@
 Description: An implementation of JSON Pointer, Patch and Merge Patch based on cJSON.
 URL: https://github.com/DaveGamble/cJSON
 Libs: -L${libdir} -lcjson_utils
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I${includedir}/cjson
 Requires: libcjson