summaryrefslogtreecommitdiff
path: root/src/plugins/xfer
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-09-20 21:44:08 +0200
committerSebastien Helleu <flashcode@flashtux.org>2009-09-20 21:44:08 +0200
commitfea5c961aec07b4d5c73efcbfe66f032a2bbe1b1 (patch)
tree6b9097621aac351c7121b5c707bacddffe5f3153 /src/plugins/xfer
parent86772181c85d3a9c48d5d84f7ffc1974adfe83cb (diff)
downloadweechat-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.txt2
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)