1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

guile: fix path of guile include dirs in cmake build (patch #7790)

This commit is contained in:
Sebastien Helleu
2012-06-05 08:51:22 +02:00
parent e6125608c0
commit 2a00de476e
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
v0.3.9-dev, 2012-06-04
v0.3.9-dev, 2012-06-05
Version 0.3.9 (under dev!)
@@ -10,6 +10,7 @@ Version 0.3.9 (under dev!)
* core: reallow names beginning with "#" for bars, proxies and filters
* core: escape special chars (`#[\`) in configuration files for name of options
(bug #36584)
* guile: fix path of guile include dirs in cmake build (patch #7790)
* irc: reallow names beginning with "#" for servers
Version 0.3.8 (2012-06-03)
+1 -1
View File
@@ -23,7 +23,7 @@ weechat-guile-api.c weechat-guile-api.h)
SET_TARGET_PROPERTIES(guile PROPERTIES PREFIX "")
IF(GUILE_FOUND)
INCLUDE_DIRECTORIES(${GUILE_INCLUDE_PATH})
INCLUDE_DIRECTORIES(${GUILE_INCLUDE_DIRS})
SET(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} ${GUILE_LFLAGS}")
TARGET_LINK_LIBRARIES(guile ${GUILE_LIBRARY} weechat_scripts)
ENDIF(GUILE_FOUND)