From 7d543a0b873e0164c8c51a8cb7fc65502b0869ec Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 4 Mar 2016 10:49:22 -0500 Subject: Run checkAPIs in the (epan/) wslua and crypt directories. Don't try to run it (automake only) in dcerpc: there's no target for it there. Change-Id: Idaf1d3d3ac27e837f484520406e604c12c4b473f Reviewed-on: https://code.wireshark.org/review/14346 Reviewed-by: Anders Broman --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 31fa06c111..95c3699adf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1655,12 +1655,11 @@ checkapi: checkapi_local cd ui && $(MAKE) checkapi cd ui/gtk && $(MAKE) checkapi ## cd epan && $(MAKE) checkapi -## cd epan/crypt && $(MAKE) checkapi + cd epan/crypt && $(MAKE) checkapi cd epan/dfilter && $(MAKE) checkapi ## cd epan/ftypes && $(MAKE) checkapi -## cd epan/wslua && $(MAKE) checkapi + cd epan/wslua && $(MAKE) checkapi cd epan/dissectors && $(MAKE) checkapi - cd epan/dissectors/dcerpc && $(MAKE) checkapi cd plugins && $(MAKE) checkapi cd randpkt_core && $(MAKE) checkapi cd wsutil && $(MAKE) checkapi -- cgit v1.2.3