diff options
| author | Alan Conway <aconway@apache.org> | 2008-05-14 20:49:00 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-05-14 20:49:00 +0000 |
| commit | 9f7850a4dd9dfdabc293a5961f0bbc862813a6d0 (patch) | |
| tree | 9da6da5d9e3836de6bbf4d05046a7f109ecdfd1a /cpp/examples/Makefile.am | |
| parent | cea0eaf714ac743a40682fe4b0ad1f7f95b2be24 (diff) | |
| download | qpid-python-9f7850a4dd9dfdabc293a5961f0bbc862813a6d0.tar.gz | |
Fix example check in rpmbuild.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656427 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/Makefile.am')
| -rw-r--r-- | cpp/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am index ccf7bf66ae..b046540b92 100644 --- a/cpp/examples/Makefile.am +++ b/cpp/examples/Makefile.am @@ -70,4 +70,4 @@ endif # Verify the examples in the buid tree. check-local: all-local verify - $(srcdir)/verify_all $(abs_top_srcdir)/.. $(exclude_examples_regexp) + $(srcdir)/verify_all $(abs_top_srcdir)/.. $(top_builddir)/src/qpidd $(exclude_examples_regexp) |
