Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 31315 invoked from network); 21 Feb 2006 04:44:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Feb 2006 04:44:43 -0000 Received: (qmail 78620 invoked by uid 500); 21 Feb 2006 04:44:42 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 78587 invoked by uid 500); 21 Feb 2006 04:44:42 -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 78575 invoked by uid 500); 21 Feb 2006 04:44:42 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 78572 invoked by uid 99); 21 Feb 2006 04:44:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2006 20:44:42 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 20 Feb 2006 20:44:40 -0800 Received: (qmail 31252 invoked by uid 65534); 21 Feb 2006 04:44:20 -0000 Message-ID: <20060221044420.31251.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r379335 - /webservices/axis2/trunk/c/test/unit/Makefile.am Date: Tue, 21 Feb 2006 04:44:20 -0000 To: axis2-cvs@ws.apache.org From: damitha@apache.org X-Mailer: svnmailer-1.0.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: damitha Date: Mon Feb 20 20:44:18 2006 New Revision: 379335 URL: http://svn.apache.org/viewcvs?rev=379335&view=rev Log: Removed .libs because it gives problems in debian based distros Modified: webservices/axis2/trunk/c/test/unit/Makefile.am Modified: webservices/axis2/trunk/c/test/unit/Makefile.am URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/Makefile.am?rev=379335&r1=379334&r2=379335&view=diff ============================================================================== --- webservices/axis2/trunk/c/test/unit/Makefile.am (original) +++ webservices/axis2/trunk/c/test/unit/Makefile.am Mon Feb 20 20:44:18 2006 @@ -8,13 +8,13 @@ main_unit_test_suite_LDADD = \ -L$(CUTEST_HOME)/lib \ -lcutest \ - -L$(top_builddir)/test/unit/core/description/.libs -ltest_description \ - -L$(top_builddir)/test/unit/core/engine/.libs -ltest_engine \ - -L$(top_builddir)/test/unit/core/context/.libs -ltest_context \ - -L$(top_builddir)/test/unit/core/phaseresolver/.libs -ltest_phaseresolver \ - -L$(top_builddir)/test/unit/util/.libs -ltest_util \ - -L$(top_builddir)/test/unit/wsdl/.libs -ltest_wsdl \ - -L$(top_builddir)/test/unit/xml/om/.libs -ltest_om \ + -L$(top_builddir)/test/unit/core/description -ltest_description \ + -L$(top_builddir)/test/unit/core/engine -ltest_engine \ + -L$(top_builddir)/test/unit/core/context -ltest_context \ + -L$(top_builddir)/test/unit/core/phaseresolver -ltest_phaseresolver \ + -L$(top_builddir)/test/unit/util -ltest_util \ + -L$(top_builddir)/test/unit/wsdl -ltest_wsdl \ + -L$(top_builddir)/test/unit/xml/om -ltest_om \ -L$(AXIS2C_HOME)/lib \ -laxis2_util \ -laxis2_unix \