Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).
[metze/wireshark/wip.git] / plugins / unistim / Makefile.am
index 84122c3ef0acc08c84f1460381fa4b06437455e7..b8943e72af71900c7dd5cd4b9d65921341928dc2 100644 (file)
@@ -126,4 +126,4 @@ EXTRA_DIST = \
 
 
 checkapi:
-       $(PERL) ../../tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC)
+       $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC)