X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=bindings%2Ftutorials%2FCMakeLists.txt;fp=bindings%2Ftutorials%2FCMakeLists.txt;h=a3c87c551f2a5ced4ed6676a7e2d6cedde494451;hb=d00bfe9410cfcaeb247ba68a88144defb5184ac9;hp=e071d7a940f7187f97a74506804695aec1531cfc;hpb=5214323d82cc09b15c25e348707f2639977ea763;p=src%2Fapp-framework-binder.git diff --git a/bindings/tutorials/CMakeLists.txt b/bindings/tutorials/CMakeLists.txt index e071d7a9..a3c87c55 100644 --- a/bindings/tutorials/CMakeLists.txt +++ b/bindings/tutorials/CMakeLists.txt @@ -24,7 +24,7 @@ MACRO(tuto num ext) LINK_FLAGS "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/export.map" ) TARGET_LINK_LIBRARIES(tuto-${num} ${json-c_LDFLAGS}) - install(TARGETS tuto-${num} LIBRARY DESTINATION ${install_datadir}/bindings/tutorials) + install(TARGETS tuto-${num} LIBRARY DESTINATION ${SAMPLE_INSTALL_DIR}/bindings/tutorials) ENDMACRO(tuto)