1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

adding lua plugin/script

This commit is contained in:
Emmanuel Bouthenot
2006-02-08 11:49:04 +00:00
parent 47b7b1d578
commit 13a6d5b833
4 changed files with 3220 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# Copyright (c) 2003-2006 FlashCode <flashcode@flashtux.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(LUA_CFLAGS)
libdir = ${weechat_libdir}/plugins
lib_LTLIBRARIES = liblua.la
liblua_la_SOURCES = weechat-lua.c
liblua_la_LDFLAGS = -module
liblua_la_LIBADD = ../lib_weechat_plugins_scripts.la $(LUA_LFLAGS)
File diff suppressed because it is too large Load Diff