diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-10-15 12:34:21 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-10-15 12:34:21 +0000 |
commit | cdc33d08b0d964a03e45b3582d8ba9b69e682486 (patch) | |
tree | 08f3bb88ba2c0ed1348d5b386892d43bab5f9c59 /src/gui | |
parent | 5130b1dc4fd2f2cc50165cd291fc37246c988bec (diff) | |
download | weechat-cdc33d08b0d964a03e45b3582d8ba9b69e682486.zip |
New plugin interface (loads dynamic C libraries)
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/curses/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/curses/Makefile.am b/src/gui/curses/Makefile.am index 4bef0cdc9..b698611af 100644 --- a/src/gui/curses/Makefile.am +++ b/src/gui/curses/Makefile.am @@ -22,8 +22,8 @@ bin_PROGRAMS = weechat-curses weechat_curses_LDADD = ../gui-common.o ../gui-keyboard.o \ ../../common/lib_weechat_main.a \ ../../irc/lib_weechat_irc.a \ + $(PLUGINS_LIBS) \ $(NCURSES_LIBS) \ - ../../plugins/lib_weechat_plugins.a $(PLUGINS_LIBS) \ $(GNUTLS_LIBS) weechat_curses_SOURCES = gui-display.c \ |