projects
/
platform
/
framework
/
web
/
livebox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ae7746
)
Fix build error
author
Sung-jae Park
<nicesj.park@samsung.com>
Tue, 8 Oct 2013 05:57:45 +0000
(14:57 +0900)
committer
Sung-jae Park
<nicesj.park@samsung.com>
Tue, 8 Oct 2013 05:57:45 +0000
(14:57 +0900)
Change-Id: I930ff17a74ad6cebc2af5a1563bbd9b4d9516fde
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
2165c53
..
275fbec
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-39,7
+39,7
@@
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -g")
ADD_DEFINITIONS("-DPREFIX=\"${PREFIX}\"")
ADD_DEFINITIONS("-DLOG_TAG=\"LIVEBOX\"")
ADD_DEFINITIONS("-DNDEBUG")
-
+
ADD_DEFINITIONS("-D_USE_ECORE_TIME_GET")
+ADD_DEFINITIONS("-D_USE_ECORE_TIME_GET")
ADD_LIBRARY(${PROJECT_NAME} SHARED
src/dlist.c