summaryrefslogtreecommitdiff
path: root/plugins/opcua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/opcua')
-rw-r--r--plugins/opcua/Makefile.am2
-rw-r--r--plugins/opcua/Makefile.nmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/opcua/Makefile.am b/plugins/opcua/Makefile.am
index 0dd9d18ac3..a57dea798a 100644
--- a/plugins/opcua/Makefile.am
+++ b/plugins/opcua/Makefile.am
@@ -128,4 +128,4 @@ EXTRA_DIST = \
CMakeLists.txt
checkapi:
- $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) $(DISSECTOR_INCLUDES)
+ $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput -build $(DISSECTOR_SRC) $(DISSECTOR_INCLUDES)
diff --git a/plugins/opcua/Makefile.nmake b/plugins/opcua/Makefile.nmake
index 022ed92102..b415b1e7a1 100644
--- a/plugins/opcua/Makefile.nmake
+++ b/plugins/opcua/Makefile.nmake
@@ -101,4 +101,4 @@ distclean: clean
maintainer-clean: distclean
checkapi:
- $(PERL) ../../tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) $(DISSECTOR_INCLUDES)
+ $(PERL) ../../tools/checkAPIs.pl -g abort -g termoutput -build $(DISSECTOR_SRC) $(DISSECTOR_INCLUDES)