aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-05-08 18:24:08 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-05-08 18:24:08 +0000
commitdb6d0b9a4ce0e8f89313bd6fc1d29327a79cae6b (patch)
tree27b3b08ac00cd2bcd9f16cf81817e3b2158c6094 /plugins/wimax/Makefile.nmake
parent693291377eacb190b959e9905255005390104f56 (diff)
Run checkAPI in plugins dir.
svn path=/trunk/; revision=25259
Diffstat (limited to 'plugins/wimax/Makefile.nmake')
-rw-r--r--plugins/wimax/Makefile.nmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/wimax/Makefile.nmake b/plugins/wimax/Makefile.nmake
index 151b3c060a..4c2f20f0dc 100644
--- a/plugins/wimax/Makefile.nmake
+++ b/plugins/wimax/Makefile.nmake
@@ -100,4 +100,6 @@ distclean: clean
maintainer-clean: distclean
checkapi:
- $(PERL) ../../tools/checkAPIs.pl $(DISSECTOR_SRC)
+ $(PERL) ../../tools/checkAPIs.pl \
+ $(DISSECTOR_SRC) \
+ $(DISSECTOR_SUPPORT_SRC)