Author: aconway
Date: Mon Feb 18 11:18:25 2008
New Revision: 628846

URL: http://svn.apache.org/viewvc?rev=628846&view=rev
Log:
Fix problem with verify script in ../../bin.

Modified:
    incubator/qpid/trunk/qpid/cpp/examples/Makefile.am

Modified: incubator/qpid/trunk/qpid/cpp/examples/Makefile.am
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/examples/Makefile.am?rev=628846&r1=628845&r2=628846&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/examples/Makefile.am (original)
+++ incubator/qpid/trunk/qpid/cpp/examples/Makefile.am Mon Feb 18 11:18:25 2008
@@ -46,8 +46,9 @@
 
 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.


Reply via email to