aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-02-22 14:19:39 +0000
committerJörg Mayer <jmayer@loplof.de>2006-02-22 14:19:39 +0000
commit15cae24313ff0733ac227a4f49670c7f47a3e0f5 (patch)
treef7806b27346268a6a5862ad0e55e4bb7790826bc /plugins
parent0fe7718f9eebc5d0f616f84084282c9deb6a8467 (diff)
elua_register.h wasn't built automatically
svn path=/trunk/; revision=17371
Diffstat (limited to 'plugins')
-rw-r--r--plugins/lua/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/lua/Makefile.am b/plugins/lua/Makefile.am
index d628126837..42a6884e13 100644
--- a/plugins/lua/Makefile.am
+++ b/plugins/lua/Makefile.am
@@ -57,13 +57,14 @@ DISTCLEANFILES = \
dummy
MAINTAINERCLEANFILES = \
- Makefile.in
+ Makefile.in \
+ elua_register.h
EXTRA_DIST = \
elua_register.h \
elua_makereg.pl
-packet-lua.h: elua_register.h
+elua.h: elua_register.h
elua_register.h: elua_makereg.pl $(lua_modules)
$(PERL) elua_makereg.pl $(lua_modules) > elua_register.h