1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 03:33:12 +02:00

Added SSL support with gnutls lib

This commit is contained in:
Sebastien Helleu
2005-06-19 20:55:10 +00:00
parent bbd373c44d
commit 4e9193a943
24 changed files with 1478 additions and 1198 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ weechat_curses_LDADD = ../lib_weechat_gui_common.a \
../../common/lib_weechat_main.a \
../../irc/lib_weechat_irc.a \
$(NCURSES_LIBS) \
../../plugins/lib_weechat_plugins.a $(PLUGINS_LIBS)
../../plugins/lib_weechat_plugins.a $(PLUGINS_LIBS) \
-lgnutls
weechat_curses_SOURCES = gui-display.c \
gui-input.c