summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8d41d8509a..2390286d15 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1218,7 +1218,8 @@ dumpabi:
$(MAKE) -C wsutil dumpabi-libwsutil
checkapi_local:
- $(PERL) tools/checkAPIs.pl -build \
+ $(PERL) $(top_srcdir)/tools/checkAPIs.pl -build \
+ -sourcedir=$(srcdir) \
$(TSHARK_TAP_SRC) \
$(wireshark_SOURCES)
# $(EXTRA_wireshark_SOURCES)