From 9f7850a4dd9dfdabc293a5961f0bbc862813a6d0 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 14 May 2008 20:49:00 +0000 Subject: Fix example check in rpmbuild. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656427 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/examples/Makefile.am') 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) -- cgit v1.2.1