Fix hardcoded lib path and use %cmake macros
[platform/core/system/sync-agent.git] / src / fw-plugins / CMakeLists.sub
old mode 100644 (file)
new mode 100755 (executable)
index 8040b54..097632c
@@ -53,5 +53,5 @@ SET_TARGET_PROPERTIES(${LIBNAME} PROPERTIES SOVERSION ${VERSION_MAJOR})
 #
 
 # install library files
-INSTALL(TARGETS ${LIBNAME} DESTINATION ${LIBDIR})
+INSTALL(TARGETS ${LIBNAME} DESTINATION ${LIB_INSTALL_DIR})