Change-Id: I19310627cb35d268428305b281493710ea959342
)
ENDIF(_ENABLE_EXT_FEATURE)
-INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include/)
+INCLUDE_DIRECTORIES(
+ ${CMAKE_CURRENT_SOURCE_DIR}/include/
+ ${CMAKE_SOURCE_DIR}/module/include/
+)
ADD_LIBRARY(${COMMON} STATIC ${COMMON_SRCS})
TARGET_LINK_LIBRARIES(${COMMON} ${common_pkgs_LDFLAGS})
#include "callmgr-util.h"
#include "callmgr-log.h"
#include "callmgr-vconf.h"
+#include "callmgr-contact.h"
#define CALLUI_PKG_NAME "org.tizen.call-ui"
#define SOUND_PATH_SILENT "silent"
int _callmgr_util_check_disturbing_setting(const char *number, gboolean *is_do_not_disturb)
{
notification_system_setting_h system_setting = NULL;
- gboolean do_not_disturb = FALSE;
+ bool do_not_disturb = FALSE;
int ret = 0;
int allowed_calls = 0;
%define major 0
%define minor 1
-%define patchlevel 75
+%define patchlevel 76
%define ext_feature 0
Name: call-manager