diff options
| author | Alan Conway <aconway@apache.org> | 2008-02-12 21:57:36 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-02-12 21:57:36 +0000 |
| commit | 6d0cfa34c110800c6e2d560b10599aaa250abe38 (patch) | |
| tree | 01b9f57f1610f46e0cafb8a95638bf79a7d52bdc /qpid/cpp/examples/verify_all | |
| parent | d016955982de45b65f052ed74947799e986d164e (diff) | |
| download | qpid-python-6d0cfa34c110800c6e2d560b10599aaa250abe38.tar.gz | |
Fix verify error in Makefile.am
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@627141 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/verify_all')
| -rwxr-xr-x | qpid/cpp/examples/verify_all | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/verify_all b/qpid/cpp/examples/verify_all index 3eb88c7718..e6d75929b2 100755 --- a/qpid/cpp/examples/verify_all +++ b/qpid/cpp/examples/verify_all @@ -4,7 +4,7 @@ src=$1 ; build=$2 -verify=$src/../bin/verify +verify=./verify qpidd=$build/src/qpidd cpp=$build/examples/examples python=$src/../python |
