From patchwork Wed Jun 8 16:15:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 69670 Delivered-To: patch@linaro.org Received: by 10.140.106.246 with SMTP id e109csp2583647qgf; Wed, 8 Jun 2016 09:24:42 -0700 (PDT) X-Received: by 10.55.176.133 with SMTP id z127mr5695692qke.128.1465403082595; Wed, 08 Jun 2016 09:24:42 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id w17si1107168qgw.19.2016.06.08.09.24.42; Wed, 08 Jun 2016 09:24:42 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 03B736808B; Wed, 8 Jun 2016 16:24:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id CA3ED617B7; Wed, 8 Jun 2016 16:24:37 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 2F6F0617C1; Wed, 8 Jun 2016 16:24:36 +0000 (UTC) Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) by lists.linaro.org (Postfix) with ESMTPS id EBC2B617AF for ; Wed, 8 Jun 2016 16:24:33 +0000 (UTC) Received: by mail-lf0-f49.google.com with SMTP id s64so9340586lfe.0 for ; Wed, 08 Jun 2016 09:24:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Lg6yuLq0j/mBVXmsRoOwmGn9YJQ3F12h3YdCkXFhQCA=; b=V7YCnWHpUkbOlVaPDffav7fzd+J56IzGUkcR5+eGl7sduIuLXnBcLj6woM+Lq0HtY/ MS2BLGp8VH7mkLMuH0yFNG1VGoq30ePRCzV+SbTBOTNRaDMhuzYvLpgREjAt3mNP/H2r 5WBHZqdBWLWkDo1FErmdxBKYdUhCjdYnCtBnUrrJi/l9rixLoA3zkTec5901knfJk/Ei o+Ruwa4A3UjlKz7rahkev5sc5dcgcPZrWlxoBLP18m8bTS8vtr0aGqoAt9gVHAYbJIMI VcPQFvuKauz0r9HDhq9TM4RBulZVIGM/6VimhMV/6r5XEet/4IOAurS3MPFyt1lHG0zP atrg== X-Gm-Message-State: ALyK8tKL+k4lvyXSqLSJhbt6cIbBo0YXXHGX62Wx8iarcO4m5J0O/5Z6r1jcwDUqTTGpwP0Xkts= X-Received: by 10.25.4.202 with SMTP id 193mr4819374lfe.204.1465403072409; Wed, 08 Jun 2016 09:24:32 -0700 (PDT) Received: from localhost (c-c82171d5.07-21-73746f28.cust.bredbandsbolaget.se. [213.113.33.200]) by smtp.gmail.com with ESMTPSA id 65sm210134lja.41.2016.06.08.09.24.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jun 2016 09:24:31 -0700 (PDT) From: Anders Roxell To: mike.holmes@linaro.org Date: Wed, 8 Jun 2016 18:15:25 +0200 Message-Id: <1465402525-30060-1-git-send-email-anders.roxell@linaro.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1465331363-27680-1-git-send-email-anders.roxell@linaro.org> References: <1465331363-27680-1-git-send-email-anders.roxell@linaro.org> X-Topics: patch Cc: lng-odp@lists.linaro.org Subject: [lng-odp] [PATCHv2] configure: split up libodphelper SO-version from libodp X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" The libodphelper and libopd need to track their evolving ABI independently and so there needs to be two separate version numbers. Signed-off-by: Anders Roxell --- configure.ac | 3 +++ helper/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a12f984..85dd3b1 100644 --- a/configure.ac +++ b/configure.ac @@ -15,6 +15,9 @@ AM_SILENT_RULES([yes]) ODP_LIBSO_VERSION=110:0:0 AC_SUBST(ODP_LIBSO_VERSION) +ODPHELPER_LIBSO_VERSION=110:0:0 +AC_SUBST(ODPHELPER_LIBSO_VERSION) + # Checks for programs. AC_PROG_CC AM_PROG_CC_C_O diff --git a/helper/Makefile.am b/helper/Makefile.am index aa58e8c..a82a11a 100644 --- a/helper/Makefile.am +++ b/helper/Makefile.am @@ -8,7 +8,7 @@ AM_CFLAGS = -I$(srcdir)/include AM_CFLAGS += -I$(top_srcdir)/platform/@with_platform@/include AM_CFLAGS += -I$(top_srcdir)/include -AM_LDFLAGS += -version-number '$(ODP_LIBSO_VERSION)' +AM_LDFLAGS += -version-number '$(ODPHELPER_LIBSO_VERSION)' helperincludedir = $(includedir)/odp/helper/ helperinclude_HEADERS = \