From bca12baa4c79fe383f67da3c12b4b1cb6c1e09ac Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Wed, 11 May 2016 09:31:39 -0400 Subject: Run checkAPIs in epan/ftypes/ . Michael cleaned up the strcpy()'s which were preventing it from running without errors. Change-Id: I3f02150a9b1fbefddb67c0cb90fc2c58766d7d2a Reviewed-on: https://code.wireshark.org/review/15375 Petri-Dish: Jeff Morriss Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2e967ed121..d670444588 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1046,7 +1046,7 @@ checkapi: checkapi_local ## cd epan && $(MAKE) checkapi cd epan/crypt && $(MAKE) checkapi cd epan/dfilter && $(MAKE) checkapi -## cd epan/ftypes && $(MAKE) checkapi + cd epan/ftypes && $(MAKE) checkapi cd epan/wslua && $(MAKE) checkapi cd epan/dissectors && $(MAKE) checkapi cd plugins && $(MAKE) checkapi -- cgit v1.2.3