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

Perl plugin skeleton

This commit is contained in:
Sebastien Helleu
2003-11-09 00:08:01 +00:00
parent 176198fdc6
commit fd9512bbbc
18 changed files with 268 additions and 58 deletions
+1 -1
View File
@@ -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 \
+1 -1
View File
@@ -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 \