Return-Path: Delivered-To: apmail-incubator-qpid-commits-archive@locus.apache.org Received: (qmail 12766 invoked from network); 31 Jul 2008 20:53:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jul 2008 20:53:24 -0000 Received: (qmail 91940 invoked by uid 500); 31 Jul 2008 20:53:24 -0000 Delivered-To: apmail-incubator-qpid-commits-archive@incubator.apache.org Received: (qmail 91929 invoked by uid 500); 31 Jul 2008 20:53:24 -0000 Mailing-List: contact qpid-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: qpid-dev@incubator.apache.org Delivered-To: mailing list qpid-commits@incubator.apache.org Received: (qmail 91920 invoked by uid 99); 31 Jul 2008 20:53:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2008 13:53:24 -0700 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; Thu, 31 Jul 2008 20:52:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8C1BB238898A; Thu, 31 Jul 2008 13:52:56 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r681483 - /incubator/qpid/trunk/qpid/cpp/src/acl.mk Date: Thu, 31 Jul 2008 20:52:56 -0000 To: qpid-commits@incubator.apache.org From: cctrieloff@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080731205256.8C1BB238898A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cctrieloff Date: Thu Jul 31 13:52:56 2008 New Revision: 681483 URL: http://svn.apache.org/viewvc?rev=681483&view=rev Log: missing file Added: incubator/qpid/trunk/qpid/cpp/src/acl.mk Added: incubator/qpid/trunk/qpid/cpp/src/acl.mk URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/acl.mk?rev=681483&view=auto ============================================================================== --- incubator/qpid/trunk/qpid/cpp/src/acl.mk (added) +++ incubator/qpid/trunk/qpid/cpp/src/acl.mk Thu Jul 31 13:52:56 2008 @@ -0,0 +1,13 @@ +# +# acl library makefile fragment, to be included in Makefile.am +# +lib_LTLIBRARIES += libqpidacl.la + +libqpidacl_la_SOURCES = \ + qpid/acl/Acl.cpp \ + qpid/acl/Acl.h \ + qpid/acl/AclPlugin.cpp + +libqpidacl_la_LIBADD= -lacl libqpidbroker.la + +