diff options
author | Jeff Morriss <jeff.morriss@ulticom.com> | 2008-07-29 22:06:37 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss@ulticom.com> | 2008-07-29 22:06:37 +0000 |
commit | b4d2c376354ff8b9484a4bb1bda937b3d38a4504 (patch) | |
tree | 7121af156e058e033d7397202567ca6f8b51c543 /plugins/stats_tree/Makefile.am | |
parent | 91cd5cce238799c5a5f1e9b6d7ecdfd7f5c82445 (diff) | |
download | wireshark-b4d2c376354ff8b9484a4bb1bda937b3d38a4504.tar.gz wireshark-b4d2c376354ff8b9484a4bb1bda937b3d38a4504.tar.bz2 wireshark-b4d2c376354ff8b9484a4bb1bda937b3d38a4504.zip |
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/stats_tree/Makefile.am')
-rw-r--r-- | plugins/stats_tree/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/stats_tree/Makefile.am b/plugins/stats_tree/Makefile.am index 6c60e3c8ba..0fa7771319 100644 --- a/plugins/stats_tree/Makefile.am +++ b/plugins/stats_tree/Makefile.am @@ -57,4 +57,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) |