Return-Path: Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: (qmail 8119 invoked from network); 17 Dec 2010 15:30:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Dec 2010 15:30:04 -0000 Received: (qmail 1928 invoked by uid 500); 17 Dec 2010 15:30:04 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 1874 invoked by uid 500); 17 Dec 2010 15:30:02 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 1861 invoked by uid 99); 17 Dec 2010 15:30:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 15:30:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 15:30:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0405B23888CE; Fri, 17 Dec 2010 15:29:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1050424 - /qpid/trunk/qpid/cpp/src/tests/sasl.mk Date: Fri, 17 Dec 2010 15:29:38 -0000 To: commits@qpid.apache.org From: mgoulish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101217152939.0405B23888CE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mgoulish Date: Fri Dec 17 15:29:38 2010 New Revision: 1050424 URL: http://svn.apache.org/viewvc?rev=1050424&view=rev Log: Include the new sasl_fed_ex test in EXTRA_DIST. Modified: qpid/trunk/qpid/cpp/src/tests/sasl.mk Modified: qpid/trunk/qpid/cpp/src/tests/sasl.mk URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/sasl.mk?rev=1050424&r1=1050423&r2=1050424&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/src/tests/sasl.mk (original) +++ qpid/trunk/qpid/cpp/src/tests/sasl.mk Fri Dec 17 15:29:38 2010 @@ -32,7 +32,7 @@ sasl_version_LDADD=$(lib_client) TESTS += run_cluster_authentication_test sasl_fed sasl_fed_ex LONG_TESTS += run_cluster_authentication_soak -EXTRA_DIST += run_cluster_authentication_test sasl_fed run_cluster_authentication_soak +EXTRA_DIST += run_cluster_authentication_test sasl_fed sasl_fed_ex run_cluster_authentication_soak endif # HAVE_SASL --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscribe@qpid.apache.org