From patchwork Tue Jun 7 20:29:23 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 69577 Delivered-To: patch@linaro.org Received: by 10.140.106.246 with SMTP id e109csp2165494qgf; Tue, 7 Jun 2016 13:39:00 -0700 (PDT) X-Received: by 10.55.50.14 with SMTP id y14mr1507897qky.42.1465331925175; Tue, 07 Jun 2016 13:38:45 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 198si16222332qhb.51.2016.06.07.13.38.44; Tue, 07 Jun 2016 13:38:45 -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 2009C68046; Tue, 7 Jun 2016 20:38:44 +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 F1A6F68039; Tue, 7 Jun 2016 20:38:39 +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 D4E026803C; Tue, 7 Jun 2016 20:38:29 +0000 (UTC) Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com [209.85.215.42]) by lists.linaro.org (Postfix) with ESMTPS id 6630868038 for ; Tue, 7 Jun 2016 20:38:28 +0000 (UTC) Received: by mail-lf0-f42.google.com with SMTP id b73so122825662lfb.3 for ; Tue, 07 Jun 2016 13:38:28 -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; bh=8s5YX7m8TMijonwO0AJSjM90druWdl97qJfnLVfOGoY=; b=Az/h4JhLLRr17x1TtmWqL8oxK3W1TbzYy/Jf2hM0UG1kju4P4qasALUO5HJFkqDRQU wLrxUpDCAkLB3Q/Fora5ev5DOvIkwvWlDDjx6CSR4D3RtNGJbcb7ls5/uo/+HRVvTAgx jwrBp69jZKC1sSOFz2bQXstj7sQLGDnV5ieptU/frxbu8HYkxNbNmWFXpJs2+1zwLODo GR4rh8TUuomYYnqUtUK4uDJIlmy6IL51ZxZruOmgc7T5gxpJywBPEwAtGoHi9H7aRjEF V/QH3Ihji205RSdJJtLtzwmfW28yXZFiP9dSNqLXsXizKlIMbE8nF1TTnSG2y8UducxL A44g== X-Gm-Message-State: ALyK8tI/Q83YXRy6+yhhx51+zKNE5mykGyAhpLGMkf6+5RhLD1WGNiRrWQ1BCrV6Zp6WV9SkhWg= X-Received: by 10.25.160.85 with SMTP id j82mr3518522lfe.52.1465331907193; Tue, 07 Jun 2016 13:38:27 -0700 (PDT) Received: from localhost (c-c82171d5.07-21-73746f28.cust.bredbandsbolaget.se. [213.113.33.200]) by smtp.gmail.com with ESMTPSA id f6sm2537488lbt.31.2016.06.07.13.38.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Jun 2016 13:38:26 -0700 (PDT) From: Anders Roxell To: ricardo.salveti@linaro.org Date: Tue, 7 Jun 2016 22:29:23 +0200 Message-Id: <1465331363-27680-1-git-send-email-anders.roxell@linaro.org> X-Mailer: git-send-email 2.1.4 X-Topics: patch Cc: lng-odp@lists.linaro.org Subject: [lng-odp] [PATCH] 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" They can be updated separately so no need to bump both versions at the same time, specially when there is no change in one of them. 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 = \