aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-02-18 05:12:58 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-02-18 05:12:58 +0000
commitaccc35dd2a2f9f4324bd050a2cc37e1de1d37927 (patch)
tree08de52a9cb6cf5aaf5967d3519650c99affc15bd /plugins
parent871381514f95a02a4d45cdfa62ab6d790158092a (diff)
rename plugin.c to lua_plugin.c
svn path=/trunk/; revision=17348
Diffstat (limited to 'plugins')
-rw-r--r--plugins/lua/Makefile.am2
-rw-r--r--plugins/lua/lua_plugin.c (renamed from plugins/lua/plugin.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lua/Makefile.am b/plugins/lua/Makefile.am
index 3af0d87f24..c692bb4d23 100644
--- a/plugins/lua/Makefile.am
+++ b/plugins/lua/Makefile.am
@@ -37,7 +37,7 @@ lua_la_SOURCES = \
lua_dumper.c \
packet-lua.c \
packet-lua.h \
- plugin.c
+ lua_plugin.c
lua_la_LDFLAGS = -module -avoid-version
lua_la_LIBADD = @PLUGIN_LIBS@ @LUA_LIBS@
diff --git a/plugins/lua/plugin.c b/plugins/lua/lua_plugin.c
index b9b7caee2e..b9b7caee2e 100644
--- a/plugins/lua/plugin.c
+++ b/plugins/lua/lua_plugin.c