You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Greg Stein <gs...@lyra.org> on 2000/11/26 16:38:19 UTC

Re: cvs commit: apache-2.0/src/lib Makefile.in

And it goes without saying... there is now a handy place to move src/ap/
contents if anybody feels so inclined. Just remember to also pull the header
files from src/include/, too.

Cheers,
-g

On Sun, Nov 26, 2000 at 03:33:08PM -0000, gstein@locus.apache.org wrote:
> gstein      00/11/26 07:33:07
> 
>   Modified:    src/lib  Makefile.in
>   Log:
>   missed one. This is needed to build the new aputil library.
>   
>   Revision  Changes    Path
>   1.6       +1 -1      apache-2.0/src/lib/Makefile.in
>   
>   Index: Makefile.in
>   ===================================================================
>   RCS file: /home/cvs/apache-2.0/src/lib/Makefile.in,v
>   retrieving revision 1.5
>   retrieving revision 1.6
>   diff -u -u -r1.5 -r1.6
>   --- Makefile.in	2000/07/01 14:08:23	1.5
>   +++ Makefile.in	2000/11/26 15:33:04	1.6
>   @@ -1,4 +1,4 @@
>    
>   -SUBDIRS = apr pcre $(AP_LIB_DIRS)
>   +SUBDIRS = apr pcre aputil $(AP_LIB_DIRS)
>    
>    include $(top_srcdir)/build/rules.mk
>   
>   
>   

-- 
Greg Stein, http://www.lyra.org/