From patchwork Thu Jun 30 20:12:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 71272 Delivered-To: patch@linaro.org Received: by 10.140.28.4 with SMTP id 4csp578286qgy; Thu, 30 Jun 2016 13:22:30 -0700 (PDT) X-Received: by 10.129.48.147 with SMTP id w141mr7867555yww.266.1467318150835; Thu, 30 Jun 2016 13:22:30 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id b79si54558qkb.118.2016.06.30.13.22.30; Thu, 30 Jun 2016 13:22:30 -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 5341B6175A; Thu, 30 Jun 2016 20:22:24 +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 01AB5615F3; Thu, 30 Jun 2016 20:22:19 +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 A6A7461673; Thu, 30 Jun 2016 20:22:18 +0000 (UTC) Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com [209.85.215.41]) by lists.linaro.org (Postfix) with ESMTPS id 793BB6158F for ; Thu, 30 Jun 2016 20:22:17 +0000 (UTC) Received: by mail-lf0-f41.google.com with SMTP id h129so63532490lfh.1 for ; Thu, 30 Jun 2016 13:22:17 -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=lk834nKCVuk3V4Qz/GcocjUNtd+WTDTqnkHTixSS6XU=; b=lT0t0mTqZfqmFUBU/pWBxIl81EOpvSGCIwnbg3V1ib9FND8oBbr6IofAE8+qRWffaf nsU/EOFqYqmVkXcEGvCFCvxO7mO2K2jbcGHQO74MNTtlERFyJthQsvkRVBtvclT/8vi8 EdKZCSOloxLMOBD/5UFs6s6xfCux1k9MxUOlofB6ajJDqXOaApPkw8v9svy3Qo+IGFfk WedtfvrWaZm/UuBw9LUfBfLwQEoK/s4dCb8Rcvr9Qyze3VnYyw6gPc8KNqcF5sVhbRrT losvgoFOre8iImFYimAJhvsqVfIxxE8iwpzFc7BISZCr2USeMHvpoAiM1T3auqgMlzqs Mgzw== X-Gm-Message-State: ALyK8tI1Ea22EdzAhgr4UrMfNbKcScS12xay+c8jr/L9XGofSNAeI9JYIFADLyr/MkuKBG4OyQg= X-Received: by 10.25.211.193 with SMTP id k184mr4748505lfg.178.1467318136112; Thu, 30 Jun 2016 13:22:16 -0700 (PDT) Received: from localhost (c-c82171d5.07-21-73746f28.cust.bredbandsbolaget.se. [213.113.33.200]) by smtp.gmail.com with ESMTPSA id f20sm405493lji.46.2016.06.30.13.22.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Jun 2016 13:22:15 -0700 (PDT) From: Anders Roxell To: mike.holmes@linaro.org Date: Thu, 30 Jun 2016 22:12:34 +0200 Message-Id: <1467317554-26884-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] [PATCHv3] 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 | 6 +++++- helper/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f3952db..c0eb207 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 @@ -272,7 +275,8 @@ AC_OUTPUT AC_MSG_RESULT([ $PACKAGE $VERSION - Library version: ${ODP_LIBSO_VERSION} + ODP Library version: ${ODP_LIBSO_VERSION} + Helper Library version: ${ODPHELPER_LIBSO_VERSION} implementation_name: ${IMPLEMENTATION_NAME} ARCH_DIR ${ARCH_DIR} 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 = \