From a04774395fbfa44a90f0c217cf2ab85625b1ea9d Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 2 Jul 2008 01:44:30 +0000 Subject: Add Makefile.common files for epan/dfilter and epan/ftypes. Add checkapi rules to Makefile.am files. svn path=/trunk/; revision=25656 --- epan/wslua/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'epan/wslua/Makefile.am') diff --git a/epan/wslua/Makefile.am b/epan/wslua/Makefile.am index f476d20f2e..9482c0a27d 100644 --- a/epan/wslua/Makefile.am +++ b/epan/wslua/Makefile.am @@ -109,3 +109,18 @@ dummy: init.lua: template-init.lua make-init-lua.pl ../ftypes/ftypes.h ../../wiretap/wtap.h ../proto.h ../../stat_menu.h $(PERL) $(srcdir)/make-init-lua.pl $(srcdir) $(srcdir)/template-init.lua > init.lua + +checkapi: + $(PERL) ../../tools/checkAPIs.pl -g termoutput \ + init_wslua.c \ + register_wslua.c \ + taps_wslua.c \ + wslua_dumper.c \ + wslua_field.c \ + wslua_gui.c \ + wslua_pinfo.c \ + wslua_proto.c \ + wslua_listener.c \ + wslua_tree.c \ + wslua_tvb.c \ + wslua_util.c -- cgit v1.2.3