summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-03-19 16:29:57 +0100
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-04-02 08:49:38 +0200
commit9c5ae69df8adb268504ac86aa5681a4a1ffa6c0a (patch)
tree0f59b53ad2a14a676189f9252d688d8070563450 /CMakeLists.txt
parent0ebce4e1b4bf76e3b78b71d558a570dbeae17d18 (diff)
downloadliblocation-appman-9c5ae69df8adb268504ac86aa5681a4a1ffa6c0a.tar.gz
liblocation-appman-9c5ae69df8adb268504ac86aa5681a4a1ffa6c0a.tar.bz2
liblocation-appman-9c5ae69df8adb268504ac86aa5681a4a1ffa6c0a.zip
Also set a valid license tag. Bug-Tizen: PTREL-394 Change-Id: Ifcc5a6e06a4432b9974eedf3233c62028b886daa Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 51333b9..449ac7d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ PROJECT(${fw_name})
SET(CMAKE_INSTALL_PREFIX /usr)
SET(PREFIX ${CMAKE_INSTALL_PREFIX})
-SET(DBDIR "/opt/dbspace")
+SET(DBDIR ${TZ_SYS_DB})
SET(INC_DIR include)
INCLUDE_DIRECTORIES(${INC_DIR})