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 ji...@apache.org on 2002/02/21 02:03:29 UTC

cvs commit: httpd-apreq/c Makefile.am

jimw        02/02/20 17:03:29

  Modified:    c        Makefile.am
  Log:
  set shared library version-info
  
  Revision  Changes    Path
  1.4       +1 -0      httpd-apreq/c/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/c/Makefile.am,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- Makefile.am	30 Mar 2000 06:04:41 -0000	1.3
  +++ Makefile.am	21 Feb 2002 01:03:28 -0000	1.4
  @@ -2,4 +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
   INCLUDES = @LIBAPREQ_INCLUDES@