projects
/
platform
/
core
/
system
/
swap-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13fbe58
)
[FIX] include paths (capi-system-*)
60/24760/1
author
Vasiliy Ulyanov
<v.ulyanov@samsung.com>
Mon, 21 Jul 2014 09:18:45 +0000
(13:18 +0400)
committer
Vasiliy Ulyanov
<v.ulyanov@samsung.com>
Mon, 21 Jul 2014 09:18:45 +0000
(13:18 +0400)
Change-Id: I094281dacc37b1956c8386136372dd6b9c20e969
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
daemon/Makefile
patch
|
blob
|
history
diff --git
a/daemon/Makefile
b/daemon/Makefile
index
665f208
..
5698036
100644
(file)
--- a/
daemon/Makefile
+++ b/
daemon/Makefile
@@
-11,6
+11,8
@@
DEBUG_CPPFLAGS = \
CPPFLAGS := -I/usr/include \
-I/usr/include/system \
+ -I/usr/include/capi-system-info \
+ -I/usr/include/capi-system-runtime-info \
-I/usr/include/vconf \
$(DEBUG_CPPFLAGS)
ifeq (arm, $(findstring arm, $(shell uname -sm)))