1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

Fix cmake directories: let user customize lib, share, locale and include directories (patch #6922)

This commit is contained in:
Sebastien Helleu
2009-09-20 21:44:08 +02:00
parent 86772181c8
commit fea5c961ae
23 changed files with 60 additions and 42 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ IF(PYTHON_FOUND)
TARGET_LINK_LIBRARIES(python ${PYTHON_LIBRARY} weechat_scripts)
ENDIF(PYTHON_FOUND)
INSTALL(TARGETS python LIBRARY DESTINATION lib/weechat/plugins)
INSTALL(TARGETS python LIBRARY DESTINATION ${LIBDIR}/plugins)