Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 90798 invoked from network); 15 Jun 2006 08:38:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Jun 2006 08:38:12 -0000 Received: (qmail 19788 invoked by uid 500); 15 Jun 2006 08:38:08 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 19714 invoked by uid 500); 15 Jun 2006 08:38:08 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 19703 invoked by uid 500); 15 Jun 2006 08:38:08 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 19700 invoked by uid 99); 15 Jun 2006 08:38:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jun 2006 01:38:08 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jun 2006 01:38:06 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 89A241A983A; Thu, 15 Jun 2006 01:37:46 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r414506 - in /webservices/axis2/trunk/c/rampart: Makefile.am build.sh Date: Thu, 15 Jun 2006 08:37:46 -0000 To: axis2-cvs@ws.apache.org From: pini@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060615083746.89A241A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: pini Date: Thu Jun 15 01:37:45 2006 New Revision: 414506 URL: http://svn.apache.org/viewvc?rev=414506&view=rev Log: installing rampart to correct location Modified: webservices/axis2/trunk/c/rampart/Makefile.am webservices/axis2/trunk/c/rampart/build.sh Modified: webservices/axis2/trunk/c/rampart/Makefile.am URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/Makefile.am?rev=414506&r1=414505&r2=414506&view=diff ============================================================================== --- webservices/axis2/trunk/c/rampart/Makefile.am (original) +++ webservices/axis2/trunk/c/rampart/Makefile.am Thu Jun 15 01:37:45 2006 @@ -1,2 +1,4 @@ SUBDIRS = src test samples +include_HEADERS=$(top_builddir)/include/*.h + Modified: webservices/axis2/trunk/c/rampart/build.sh URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/build.sh?rev=414506&r1=414505&r2=414506&view=diff ============================================================================== --- webservices/axis2/trunk/c/rampart/build.sh (original) +++ webservices/axis2/trunk/c/rampart/build.sh Thu Jun 15 01:37:45 2006 @@ -1,6 +1,5 @@ #!/bin/bash ./autogen.sh -RAMPART_HOME=`pwd`/target -./configure --prefix=${RAMPART_HOME} --enable-static=no --with-axis2_util=${AXIS2C_HOME}/include --with-axis2_axiom=${AXIS2C_HOME}/include --with-axis2_xml_schema=${AXIS2C_HOME}/include +./configure --prefix=${AXIS2C_HOME}/rampart --enable-static=no --with-axis2_util=${AXIS2C_HOME}/include --with-axis2_axiom=${AXIS2C_HOME}/include --with-axis2_xml_schema=${AXIS2C_HOME}/include make make install --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org