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