joes        2003/04/17 14:08:03

  Modified:    t        Makefile.am
  Log:
  Use apxs to build testall instead of hardcoding testall_LDFLAGS.
  
  Revision  Changes    Path
  1.2       +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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.am       17 Apr 2003 19:19:40 -0000      1.1
  +++ Makefile.am       17 Apr 2003 21:08:02 -0000      1.2
  @@ -7,7 +7,7 @@
   
   check_PROGRAMS = testall
   testall_LDADD =  libapreq_tests.a
  -testall_LDFLAGS = -lapr-0 -laprutil-0 -lgdbm -ldb -ldl -lcrypt -lexpat 
-lpthread
  +testall_LINK = @APACHE2_APXS@ -c -p -o testall
   
   test:        check
        ./testall
  
  
  

Reply via email to