Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 80799 invoked from network); 9 Jun 2007 13:35:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jun 2007 13:35:04 -0000 Received: (qmail 95135 invoked by uid 500); 9 Jun 2007 13:35:07 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 95082 invoked by uid 500); 9 Jun 2007 13:35:07 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 95072 invoked by uid 99); 9 Jun 2007 13:35:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jun 2007 06:35:07 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jun 2007 06:35:03 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 2F9951A981C; Sat, 9 Jun 2007 06:34:43 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r545744 - /activemq/activemq-cpp/trunk/src/decaf/src/examples/Makefile.am Date: Sat, 09 Jun 2007 13:34:43 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070609133443.2F9951A981C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Sat Jun 9 06:34:42 2007 New Revision: 545744 URL: http://svn.apache.org/viewvc?view=rev&rev=545744 Log: https://issues.apache.org/activemq/browse/AMQCPP-103 Building up the Decaf Library Added: activemq/activemq-cpp/trunk/src/decaf/src/examples/Makefile.am Added: activemq/activemq-cpp/trunk/src/decaf/src/examples/Makefile.am URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/src/examples/Makefile.am?view=auto&rev=545744 ============================================================================== --- activemq/activemq-cpp/trunk/src/decaf/src/examples/Makefile.am (added) +++ activemq/activemq-cpp/trunk/src/decaf/src/examples/Makefile.am Sat Jun 9 06:34:42 2007 @@ -0,0 +1,29 @@ +# --------------------------------------------------------------------------- +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# --------------------------------------------------------------------------- + +cc_sources = main.cpp + +## +## Compiler / Linker Info +## + +INCLUDES = -I$(srcdir)/../main + +bin_PROGRAMS = example +example_SOURCES = $(cc_sources) + +example_LDADD= ../main/libdecaf.a