aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2008-07-29 22:06:37 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2008-07-29 22:06:37 +0000
commit6672eb19756ec6c89a8dfde308ddb06fb77f524e (patch)
tree7121af156e058e033d7397202567ca6f8b51c543 /plugins/docsis
parenta6de5c0b8a2d000491dbfe7a5154049a71b15e4e (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25863 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/docsis')
-rw-r--r--plugins/docsis/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/docsis/Makefile.am b/plugins/docsis/Makefile.am
index 844872af94..213f037748 100644
--- a/plugins/docsis/Makefile.am
+++ b/plugins/docsis/Makefile.am
@@ -125,4 +125,4 @@ EXTRA_DIST = \
README
checkapi:
- $(PERL) ../../tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC)
+ $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC)