You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rb...@locus.apache.org on 2000/12/01 00:56:03 UTC

cvs commit: apr Makefile.in

rbb         00/11/30 15:56:03

  Modified:    .        Makefile.in
  Log:
  Add a make target to let us easily build the exports file for APR.
  
  Revision  Changes    Path
  1.28      +3 -0      apr/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/Makefile.in,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- Makefile.in	2000/10/05 05:42:04	1.27
  +++ Makefile.in	2000/11/30 23:56:03	1.28
  @@ -100,6 +100,9 @@
   
   install: all
   
  +exports:
  +	./helpers/make_export.pl -o ./apr.exports include/*.h
  +
   docs:
   	./helpers/scandoc -i./helpers/default.pl -p./docs/ ./include/*.h