diff options
| author | Alan Conway <aconway@apache.org> | 2008-02-18 19:18:25 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-02-18 19:18:25 +0000 |
| commit | 0af7e61dd49a2a3bdc9ca143b80b85924d5d93c7 (patch) | |
| tree | b0fa7d0c1c6fd507ee3572868addcdae37b01332 /qpid/cpp/examples | |
| parent | 4c5b3df9b7ed8fe10f9f36cc488b75592a9ac68d (diff) | |
| download | qpid-python-0af7e61dd49a2a3bdc9ca143b80b85924d5d93c7.tar.gz | |
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
Diffstat (limited to 'qpid/cpp/examples')
| -rw-r--r-- | qpid/cpp/examples/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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. |
