summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunfeng Dong <junfeng.dong@intel.com>2013-04-02 18:01:41 +0800
committerJunfeng Dong <junfeng.dong@intel.com>2013-04-02 18:01:41 +0800
commit2cb04842989fc714f66996d45e942b9e10654490 (patch)
treef9fb13c1896d876006d61893cbb6940bf6bb29d3
parent25b368d774245216c2efac9a6e639b12c0d0b7ef (diff)
downloadnotification-2cb04842989fc714f66996d45e942b9e10654490.tar.gz
notification-2cb04842989fc714f66996d45e942b9e10654490.tar.bz2
notification-2cb04842989fc714f66996d45e942b9e10654490.zip
Change-Id: I8db3f0439f7615a03e4c7f5ee2b6bdf0095b9949
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5ceb429..9c27ffe 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ PROJECT(notification C)
SET(PREFIX ${CMAKE_INSTALL_PREFIX})
SET(EXEC_PREFIX "\${prefix}")
-SET(LIBDIR "\${prefix}/lib")
+SET(LIBDIR ${LIB_INSTALL_DIR})
SET(INCLUDEDIR "\${prefix}/include/${PROJECT_NAME}")
SET(ICONDIR "${PREFIX}/share/${PROJECT_NAME}")
SET(DBDIR "/opt/dbspace")