From 0af7e61dd49a2a3bdc9ca143b80b85924d5d93c7 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@628846 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/examples/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qpid/cpp/examples') diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am index d633f995a9..df7fe4dfc7 100644 --- a/qpid/cpp/examples/Makefile.am +++ b/qpid/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