]> git.feebdaed.xyz Git - 0xmirror/cJSON.git/commitdiff
pkgconfig: cjson include dir added
authorMoorthy <36617743+moorthy-bs@users.noreply.github.com>
Thu, 30 Apr 2020 10:43:44 +0000 (16:13 +0530)
committerMoorthy Baskar <moorthy.baskaravenkatraman-sambamoorthy@linaro.org>
Thu, 30 Apr 2020 10:45:10 +0000 (12:45 +0200)
fixed #468

library_config/libcjson.pc.in
library_config/libcjson_utils.pc.in

index 157a4653e79a54b66883c23a9e5d2ee1793e5244..de48fe051a7499d5250ac4764a7f6108fc5fdb8e 100644 (file)
@@ -7,4 +7,4 @@ Description: Ultralightweight JSON parser in ANSI C
 URL: https://github.com/DaveGamble/cJSON
 Libs: -L${libdir} -lcjson
 Libs.private: -lm
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I${includedir}/cjson
index 830259fa2bd64e84ba9f9da28920c3fad016604a..df2b4e5bc39e85a8d18ad9191d404f6e5ad2b42f 100644 (file)
@@ -6,5 +6,5 @@ Version: @PROJECT_VERSION@
 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