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/charset | |
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/charset')
-rw-r--r-- | src/plugins/charset/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/charset/CMakeLists.txt b/src/plugins/charset/CMakeLists.txt index fdfd2e937..dd97e526b 100644 --- a/src/plugins/charset/CMakeLists.txt +++ b/src/plugins/charset/CMakeLists.txt @@ -26,4 +26,4 @@ IF(ICONV_FOUND) ENDIF(ICONV_LIBRARY) ENDIF(ICONV_FOUND) -INSTALL(TARGETS charset LIBRARY DESTINATION lib/${PROJECT_NAME}/plugins) +INSTALL(TARGETS charset LIBRARY DESTINATION ${LIBDIR}/plugins) |