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:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user