aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-22 14:19:39 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-22 14:19:39 +0000
commit6dd523ec5d87423eb2e6b27544cc6780e9002bc2 (patch)
treef7806b27346268a6a5862ad0e55e4bb7790826bc /plugins
parent669f9be143b20ce425c0d7a1def11e4a7ae70f8e (diff)
elua_register.h wasn't built automatically
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17371 f5534014-38df-0310-8fa8-9805f1628bb7
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