From: hyunho Date: Fri, 20 Dec 2019 04:40:21 +0000 (+0900) Subject: Add ommitted include option X-Git-Tag: submit/tizen/20191220.062454~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=542c07e2140aed0259d29047a773a61b01467e6e;p=platform%2Fcore%2Fappfw%2Fcomponent-based-application.git Add ommitted include option Change-Id: I51cc5b65c1a817ced4cf7b17254e27a954de1a9f Signed-off-by: hyunho --- diff --git a/component_based/base/component-based-core-base.pc.in b/component_based/base/component-based-core-base.pc.in index d2a5937..a5a9156 100644 --- a/component_based/base/component-based-core-base.pc.in +++ b/component_based/base/component-based-core-base.pc.in @@ -8,4 +8,4 @@ Description: Support development of the Tizen Component-based App Model Version: @VERSION@ Requires: @PC_REQUIRED@ Libs: -L${libdir} -lcomponent-based-core-base -Cflags: -I${includedir} -I${includedir}/appfw -I${includedir}/component_based +Cflags: -I${includedir} -I${includedir}/appfw -I${includedir}/component_based -I${includedir}/component_based/base/api