From 6672eb19756ec6c89a8dfde308ddb06fb77f524e Mon Sep 17 00:00:00 2001 From: morriss Date: Tue, 29 Jul 2008 22:06:37 +0000 Subject: Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)). Also use $(top_builddir) instead of ../../ in a couple of other spots. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25863 f5534014-38df-0310-8fa8-9805f1628bb7 --- plugins/rudp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/rudp') diff --git a/plugins/rudp/Makefile.am b/plugins/rudp/Makefile.am index 0bb3185b0e..e6fa6ea0d0 100644 --- a/plugins/rudp/Makefile.am +++ b/plugins/rudp/Makefile.am @@ -125,4 +125,4 @@ EXTRA_DIST = \ plugin.rc.in checkapi: - $(PERL) ../../tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) + $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) -- cgit v1.2.3