Return-Path: Delivered-To: apmail-httpd-apreq-cvs-archive@httpd.apache.org Received: (qmail 95542 invoked by uid 500); 21 Jul 2003 04:18:21 -0000 Mailing-List: contact apreq-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: apreq-dev@httpd.apache.org List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-cvs@httpd.apache.org Received: (qmail 95530 invoked by uid 500); 21 Jul 2003 04:18:21 -0000 Delivered-To: apmail-httpd-apreq-2-cvs@apache.org Received: (qmail 95524 invoked from network); 21 Jul 2003 04:18:21 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 21 Jul 2003 04:18:21 -0000 Received: (qmail 76904 invoked by uid 1221); 21 Jul 2003 04:18:19 -0000 Date: 21 Jul 2003 04:18:18 -0000 Message-ID: <20030721041818.76897.qmail@icarus.apache.org> From: joes@apache.org To: httpd-apreq-2-cvs@apache.org Subject: cvs commit: httpd-apreq-2/t Makefile.am X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N joes 2003/07/20 21:18:17 Modified: t Makefile.am Log: Add -L../src to apxs arguments to ensure we're using the correct libapreq Revision Changes Path 1.10 +1 -1 httpd-apreq-2/t/Makefile.am Index: Makefile.am =================================================================== RCS file: /home/cvs/httpd-apreq-2/t/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Makefile.am 9 Jun 2003 04:00:46 -0000 1.9 +++ Makefile.am 21 Jul 2003 04:18:16 -0000 1.10 @@ -7,7 +7,7 @@ check_PROGRAMS = testall testall_LDADD = libapreq_tests.a -testall_LINK = @APACHE2_APXS@ -c -p -lapreq -o testall +testall_LINK = @APACHE2_APXS@ -c -p -L../src -lapreq -o testall test: check ./testall -v