From 3966d8be198296525a87a6bd88a42c4bb4f20d03 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 18 Feb 2008 19:18:25 +0000 Subject: Fix problem with verify script in ../../bin. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@628846 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/examples') diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am index d633f995a9..df7fe4dfc7 100644 --- a/cpp/examples/Makefile.am +++ b/cpp/examples/Makefile.am @@ -46,8 +46,9 @@ EXTRA_DIST=$(nobase_pkgdata_DATA) $(VERIFY_FILES) force: +VERIFY_SCRIPT=$(top_srcdir)/../bin/verify verify: force - cp $(top_srcdir)/../bin/verify $@ + if [ -f $(VERIFY_SCRIPT) ] ; then cp $(VERIFY_SCRIPT) $@; fi # Note: we don't use normal automake SUBDIRS because the example # makefiles don't understand all the recursive automake targets. -- cgit v1.2.1