From patchwork Tue Jun 28 13:03:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 71075 Delivered-To: patch@linaro.org Received: by 10.140.28.4 with SMTP id 4csp1578474qgy; Tue, 28 Jun 2016 06:13:31 -0700 (PDT) X-Received: by 10.55.161.73 with SMTP id k70mr1561069qke.189.1467119611745; Tue, 28 Jun 2016 06:13:31 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id k25si16776421qkl.99.2016.06.28.06.13.31; Tue, 28 Jun 2016 06:13:31 -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 2129568871; Tue, 28 Jun 2016 13:13:31 +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 A24A16886B; Tue, 28 Jun 2016 13:13:26 +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 A60AA68502; Tue, 28 Jun 2016 13:13:24 +0000 (UTC) Received: from mail-lf0-f51.google.com (mail-lf0-f51.google.com [209.85.215.51]) by lists.linaro.org (Postfix) with ESMTPS id 5E8C1684B3 for ; Tue, 28 Jun 2016 13:13:22 +0000 (UTC) Received: by mail-lf0-f51.google.com with SMTP id f6so11113050lfg.0 for ; Tue, 28 Jun 2016 06:13:22 -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=MlluMIKfM+wN4w7n91NM4/saxijBkC7PfD6/Dz2Q2Jg=; b=augaiDdTA4DTKRj8dmN3CS2Fkpcjj8c3p2/vjiMNKL8h7DlO1xu7loJ17oUOgsOqdV 3GUow5AgCA0GnEATakL4N8QeXgbwbV6IbDeFuiP5MiojxErH+m9cFkk8oVY6CFgDcnMp 0auofLp48MDfw6CvdxfiH9KooiqoBHeye21NUpnjy4qLawpfVZvrUN/jnwifYCY+0o/+ iKdiCCfBGzx5JLuWGkk93X+jUskBbodgaFcEmOoqaBXdC6Pz+WryhxxUVESU7/dJ55B+ WK1mjdMbZV/UIofFKW/JxOhjmMagVTc3xFC3+ZIFxzLwM3FqvbbKg07ItzDeNnPulsuY WCpA== X-Gm-Message-State: ALyK8tLr6Mu2ZlO9gFQu/iiM4szmrwrH2BdINNykkmVZfY1mi0n92D7OdKjXKjqP17wfPkBYkSY= X-Received: by 10.25.161.142 with SMTP id k136mr858476lfe.0.1467119601216; Tue, 28 Jun 2016 06:13:21 -0700 (PDT) Received: from localhost (c-c82171d5.07-21-73746f28.cust.bredbandsbolaget.se. [213.113.33.200]) by smtp.gmail.com with ESMTPSA id 204sm4231875ljf.6.2016.06.28.06.13.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Jun 2016 06:13:20 -0700 (PDT) From: Anders Roxell To: mike.holmes@linaro.org Date: Tue, 28 Jun 2016 15:03:42 +0200 Message-Id: <1467119022-1786-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] [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 c87755b..afa4079 100644 --- a/configure.ac +++ b/configure.ac @@ -15,6 +15,9 @@ AM_SILENT_RULES([yes]) ODP_LIBSO_VERSION=110:0:1 AC_SUBST(ODP_LIBSO_VERSION) +ODPHELPER_LIBSO_VERSION=110:0:1 +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 = \