Fix FW plugins installation. 02/4002/2
authorBaptiste DURAND <baptiste.durand@eurogiciel.fr>
Mon, 17 Jun 2013 09:18:49 +0000 (11:18 +0200)
committerBaptiste DURAND <baptiste.durand@eurogiciel.fr>
Mon, 17 Jun 2013 09:18:49 +0000 (11:18 +0200)
Plugins should be installed in /usr/lib[64]/sync-agent/[categories].
Not in /usr/lib[64].

src/fw-plugins/CMakeLists.sub

index 097632c..8040b54 100755 (executable)
@@ -53,5 +53,5 @@ SET_TARGET_PROPERTIES(${LIBNAME} PROPERTIES SOVERSION ${VERSION_MAJOR})
 #
 
 # install library files
-INSTALL(TARGETS ${LIBNAME} DESTINATION ${LIB_INSTALL_DIR})
+INSTALL(TARGETS ${LIBNAME} DESTINATION ${LIBDIR})