summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2003-11-09 00:08:01 +0000
committerSebastien Helleu <flashcode@flashtux.org>2003-11-09 00:08:01 +0000
commitfd9512bbbcc2857cd1a3a309d9883d199d60122b (patch)
treeb299fb6f43497803426ffcfbffbb420d1936bb69 /src/gui
parent176198fdc68f3db2803c9ee1c586cacd02cf979b (diff)
downloadweechat-fd9512bbbcc2857cd1a3a309d9883d199d60122b.zip
Perl plugin skeleton
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/curses/Makefile.am2
-rw-r--r--src/gui/gtk/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/curses/Makefile.am b/src/gui/curses/Makefile.am
index d54881329..e8edd5005 100644
--- a/src/gui/curses/Makefile.am
+++ b/src/gui/curses/Makefile.am
@@ -19,7 +19,7 @@ bin_PROGRAMS = weechat-curses
weechat_curses_LDADD = ../../common/lib_weechat_main.a \
../../irc/lib_weechat_irc.a \
- $(CURSES_LIBS)
+ $(CURSES_LIBS) $(PLUGIN_LIBS)
weechat_curses_SOURCES = ../gui.h \
../gui-common.c \
diff --git a/src/gui/gtk/Makefile.am b/src/gui/gtk/Makefile.am
index 126eae3a8..6a84f264a 100644
--- a/src/gui/gtk/Makefile.am
+++ b/src/gui/gtk/Makefile.am
@@ -21,7 +21,7 @@ INCLUDES = $(GTK_CFLAGS)
weechat_gtk_LDADD = ../../common/lib_weechat_main.a \
../../irc/lib_weechat_irc.a \
- $(GTK_LIBS)
+ $(GTK_LIBS) $(PLUGIN_LIBS)
weechat_gtk_SOURCES = ../gui.h \
../gui-common.c \