mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
Migration of Lua plugin to new API
This commit is contained in:
@@ -20,6 +20,9 @@ libdir = ${weechat_libdir}/plugins
|
||||
|
||||
lib_LTLIBRARIES = lua.la
|
||||
|
||||
lua_la_SOURCES = lua.c
|
||||
lua_la_SOURCES = weechat-lua.c \
|
||||
weechat-lua.h \
|
||||
weechat-lua-api.c \
|
||||
weechat-lua-api.h
|
||||
lua_la_LDFLAGS = -module
|
||||
lua_la_LIBADD = ../lib_weechat_plugins_scripts.la $(LUA_LFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user