aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/rudp
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2008-07-29 22:06:37 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2008-07-29 22:06:37 +0000
commitb4d2c376354ff8b9484a4bb1bda937b3d38a4504 (patch)
tree7121af156e058e033d7397202567ca6f8b51c543 /plugins/rudp
parent91cd5cce238799c5a5f1e9b6d7ecdfd7f5c82445 (diff)
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. svn path=/trunk/; revision=25863
Diffstat (limited to 'plugins/rudp')
-rw-r--r--plugins/rudp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)