Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 97532 invoked by uid 500); 5 Dec 2001 01:40:16 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 97519 invoked from network); 5 Dec 2001 01:40:16 -0000 Date: 5 Dec 2001 01:21:43 -0000 Message-ID: <20011205012143.99385.qmail@icarus.apache.org> From: trawick@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr Makefile.in X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N trawick 01/12/04 17:21:43 Modified: . Makefile.in Log: install apr.exp, for use on AIX when linking shared libraries (e.g., Apache DSO modules) that use APR Revision Changes Path 1.61 +1 -0 apr/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr/Makefile.in,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- Makefile.in 2001/12/01 12:38:31 1.60 +++ Makefile.in 2001/12/05 01:21:43 1.61 @@ -66,6 +66,7 @@ fi; \ $(LIBTOOL) --mode=install cp $(TARGET_LIB) $(libdir) $(LIBTOOL) --mode=install cp APRVARS $(libdir) + $(LIBTOOL) --mode=install cp apr.exp $(libdir) @if [ $(INSTALL_SUBDIRS) != "none" ]; then \ for i in $(INSTALL_SUBDIRS); do \ ( cd $$i ; $(MAKE) install ); \