You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by aa...@apache.org on 2001/11/21 00:08:08 UTC

cvs commit: httpd-test/flood Makefile.in

aaron       01/11/20 15:08:08

  Modified:    flood    Makefile.in
  Log:
  We're not longer putting these together in configure, so I'm putting this
  back in. It should solve the linker problems reported on the list recently,
  as well as keep this a little more consistent with the other flags.
  
  Revision  Changes    Path
  1.9       +1 -1      httpd-test/flood/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/Makefile.in,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Makefile.in	2001/08/22 16:11:19	1.8
  +++ Makefile.in	2001/11/20 23:08:07	1.9
  @@ -20,7 +20,7 @@
   EXTRA_LDFLAGS=@EXTRA_LDFLAGS@
   EXTRA_CPPFLAGS=@EXTRA_CPPFLAGS@ -I${APR_OSDIR}
   EXTRA_CFLAGS=@EXTRA_CFLAGS@
  -EXTRA_LIBS=@LIBS@
  +EXTRA_LIBS=@EXTRA_LIBS@ @LIBS@
   
   all: $(PROGRAMS)
   FLOOD_OBJS = flood_round_robin.lo flood_profile.lo flood_config.lo \