You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2002/11/05 17:12:27 UTC

cvs commit: httpd-apreq/c Makefile.am libapreq_config.h.in stamp-h.in

joes        2002/11/05 08:12:27

  Modified:    c        Makefile.am
  Removed:     c        libapreq_config.h.in stamp-h.in
  Log:
  Removing autogenerated files in c/. Bumped libtool version number.
  
  Revision  Changes    Path
  1.5       +1 -1      httpd-apreq/c/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/c/Makefile.am,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile.am	21 Feb 2002 01:03:28 -0000	1.4
  +++ Makefile.am	5 Nov 2002 16:12:27 -0000	1.5
  @@ -2,5 +2,5 @@
   pkginclude_HEADERS = apache_cookie.h apache_request.h apache_multipart_buffer.h
   libapreq_la_SOURCES = apache_cookie.c apache_request.c \
   	apache_multipart_buffer.c 
  -libapreq_la_LDFLAGS = -version-info 1:0:0
  +libapreq_la_LDFLAGS = -version-info 1:1:1
   INCLUDES = @LIBAPREQ_INCLUDES@