[FIX] build. call-manager 27/47327/1
authorVitaliy Cherepanov <v.cherepanov@samsung.com>
Wed, 2 Sep 2015 09:51:05 +0000 (12:51 +0300)
committerVitaliy Cherepanov <v.cherepanov@samsung.com>
Wed, 2 Sep 2015 09:51:05 +0000 (12:51 +0300)
Change-Id: I549d781a34f8d0f802bee5d58b710200aa72c30e
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
daemon/Makefile
packaging/swap-manager.spec

index 9882a6b..a586a83 100644 (file)
@@ -29,7 +29,7 @@ INCLUDE := \
        -I/usr/include/eo-1
 # CALL_MNGR
 ifeq ($(CALL_MNGR),y)
-INCLUDE += -I/usr/include/callmgr_client
+INCLUDE += -I/usr/include/call-manager/
 endif # CALL_MNGR
 
 FLAGS := \
@@ -74,7 +74,7 @@ LDFLAGS := \
 
 # CALL_MNGR
 ifeq ($(CALL_MNGR),y)
-LDFLAGS += -lcallmgr_client
+LDFLAGS += -lcall-manager
 endif # CALL_MNGR
 
 # set using old json
index 3ecef63..2737787 100644 (file)
@@ -20,7 +20,8 @@ BuildRequires:  pkgconfig(json-c)
 %endif
 BuildRequires:  pkgconfig(ecore)
 %if "%{?tizen_profile_name}" == "mobile"
-BuildRequires:  pkgconfig(callmgr_client)
+BuildRequires:  call-manager
+BuildRequires:  libcall-manager-devel
 %endif
 BuildRequires:  swap-probe-devel
 BuildRequires:  swap-probe-elf