[Libevent-users] [PATCH] test/Makefile.am: out of srcdir fix

2007-11-11 Thread Christopher Layne

Index: test/Makefile.am
===
--- test/Makefile.am(revision 515)
+++ test/Makefile.am(working copy)
@@ -31,6 +31,6 @@
 test: test-init test-eof test-weof test-time regress
 
 verify: test
-   @./test.sh
+   @$(srcdir)/test.sh
 
 bench test-init test-eof test-weof test-time: ../libevent.la
___
Libevent-users mailing list
Libevent-users@monkey.org
http://monkeymail.org/mailman/listinfo/libevent-users


Re: [Libevent-users] [PATCH] test/Makefile.am: out of srcdir fix

2007-11-11 Thread Niels Provos
Thank you.  Applied to trunk and branches.

Niels.

On Nov 11, 2007 7:27 PM, Christopher Layne [EMAIL PROTECTED] wrote:


 ___
 Libevent-users mailing list
 Libevent-users@monkey.org
 http://monkeymail.org/mailman/listinfo/libevent-users


___
Libevent-users mailing list
Libevent-users@monkey.org
http://monkeymail.org/mailman/listinfo/libevent-users