summaryrefslogtreecommitdiff
path: root/epan/ftypes/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'epan/ftypes/Makefile.am')
-rw-r--r--epan/ftypes/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/ftypes/Makefile.am b/epan/ftypes/Makefile.am
index 04f344c36a..e0d5df40ed 100644
--- a/epan/ftypes/Makefile.am
+++ b/epan/ftypes/Makefile.am
@@ -45,5 +45,6 @@ EXTRA_DIST = \
Makefile.nmake
checkapi:
- $(PERL) ../../tools/checkAPIs.pl -g termoutput -build \
- $(NONGENERATED_C_FILES)
+ $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g termoutput -build \
+ -sourcedir=$(srcdir) \
+ $(NONGENERATED_C_FILES)