From 5f3afa039ef2d8de2ce34d8d82d262db6b050ed3 Mon Sep 17 00:00:00 2001 From: Polina Vyshnevska Date: Mon, 31 Mar 2014 13:58:17 +0300 Subject: [PATCH] Updating policy branch. --- src/components/application_manager/CMakeLists.txt | 6 ++++++ src/components/policy | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/application_manager/CMakeLists.txt b/src/components/application_manager/CMakeLists.txt index 3dff35d..6194c78 100644 --- a/src/components/application_manager/CMakeLists.txt +++ b/src/components/application_manager/CMakeLists.txt @@ -1,3 +1,8 @@ +if (EXTENDED_POLICY_FLAG) + add_definitions(-DEXTENDED_POLICY) +endif() + + include_directories ( ./include/ ../utils/include/ @@ -17,6 +22,7 @@ include_directories ( ../../thirdPartyLibs/MessageBroker/include ${CMAKE_BINARY_DIR}/src/components/ ${CMAKE_SOURCE_DIR}/src/components/policy/src/policy/include/ + ${CMAKE_SOURCE_DIR}/src/components/policy/src/policy/usage_statistics/include/ ${CMAKE_BINARY_DIR}/src/components/policy/src/policy/ ) diff --git a/src/components/policy b/src/components/policy index e2be5c9..e397de8 160000 --- a/src/components/policy +++ b/src/components/policy @@ -1 +1 @@ -Subproject commit e2be5c931feb1b2846df4b01de28c5628fd54ac1 +Subproject commit e397de8a0a95c1824a2978c9eb9dfe38dc73dbd7 -- 2.7.4