build: Add cstack and logger pathes to iotivity.pc.in
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Fri, 27 Jan 2017 18:35:44 +0000 (19:35 +0100)
committerPhilippe Coval <philippe.coval@osg.samsung.com>
Tue, 18 Apr 2017 11:08:51 +0000 (13:08 +0200)
If using iotivity from outside it prevents errors like:

  resource/OCApi.h:34:21: fatal error: octypes.h: No such file or directory
  resource/OCApi.h:38:25: fatal error: oc_logger.hpp: No such file or directory

Change-Id: I4aa09152e26435ecf9564f839ebfdf6c8ab66db8
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
iotivity.pc.in

index d3d88a1..2a2070f 100644 (file)
@@ -16,6 +16,8 @@ Cflags: -I${includedir}/resource \
                        -I${includedir}/resource/stack \
                        -I${includedir}/resource/oc_logger \
                        -I${includedir}/c_common \
+                       -I${includedir}/resource/stack \
+                       -I${includedir}/resource/oc_logger \
                        -I${svcincludedir}/easy-setup \
                        -I${svcincludedir}/notification \
                        -I${svcincludedir}/resource-encapsulation \