diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-20 21:44:08 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-20 21:44:08 +0200 |
commit | fea5c961aec07b4d5c73efcbfe66f032a2bbe1b1 (patch) | |
tree | 6b9097621aac351c7121b5c707bacddffe5f3153 /src/plugins/xfer | |
parent | 86772181c85d3a9c48d5d84f7ffc1974adfe83cb (diff) | |
download | weechat-fea5c961aec07b4d5c73efcbfe66f032a2bbe1b1.zip |
Fix cmake directories: let user customize lib, share, locale and include directories (patch #6922)
Diffstat (limited to 'src/plugins/xfer')
-rw-r--r-- | src/plugins/xfer/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/xfer/CMakeLists.txt b/src/plugins/xfer/CMakeLists.txt index 4d8e8f543..b7180a43d 100644 --- a/src/plugins/xfer/CMakeLists.txt +++ b/src/plugins/xfer/CMakeLists.txt @@ -30,4 +30,4 @@ SET_TARGET_PROPERTIES(xfer PROPERTIES PREFIX "") TARGET_LINK_LIBRARIES(xfer) -INSTALL(TARGETS xfer LIBRARY DESTINATION lib/${PROJECT_NAME}/plugins) +INSTALL(TARGETS xfer LIBRARY DESTINATION ${LIBDIR}/plugins) |