summaryrefslogtreecommitdiff
path: root/plugins/tpg/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/tpg/Makefile.am')
-rw-r--r--plugins/tpg/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/tpg/Makefile.am b/plugins/tpg/Makefile.am
index 9cad59ccd9..d29b31660b 100644
--- a/plugins/tpg/Makefile.am
+++ b/plugins/tpg/Makefile.am
@@ -74,4 +74,6 @@ http-parser.c: http.tpg $(TPG)/tpg.pl $(TPG)/TPG.pm
$(PERL) -I$(TPG) $(TPG)/tpg.pl http.tpg
checkapi:
- $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput -build $(DISSECTOR_SRC) $(DISSECTOR_INCLUDES)
+ $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput -build \
+ -sourcedir=$(srcdir) \
+ $(DISSECTOR_SRC) $(DISSECTOR_INCLUDES)