From patchwork Wed Sep 7 16:06:07 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 75684 Delivered-To: patch@linaro.org Received: by 10.140.106.11 with SMTP id d11csp400077qgf; Wed, 7 Sep 2016 09:06:23 -0700 (PDT) X-Received: by 10.55.91.196 with SMTP id p187mr48786830qkb.263.1473264383287; Wed, 07 Sep 2016 09:06:23 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id h7si15177459qte.47.2016.09.07.09.06.20; Wed, 07 Sep 2016 09:06:23 -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 E9ADF6123B; Wed, 7 Sep 2016 16:06:19 +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 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 3BB36610F3; Wed, 7 Sep 2016 16:06:16 +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 29C20611F7; Wed, 7 Sep 2016 16:06:14 +0000 (UTC) Received: from mail-lf0-f43.google.com (mail-lf0-f43.google.com [209.85.215.43]) by lists.linaro.org (Postfix) with ESMTPS id E4A3D610DE for ; Wed, 7 Sep 2016 16:06:11 +0000 (UTC) Received: by mail-lf0-f43.google.com with SMTP id g62so1974242lfe.3 for ; Wed, 07 Sep 2016 09:06:11 -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=69103Q2lfaYWlBfE61A4lxtjUidtI7tP15FmksmKVT8=; b=GF9VM49pRxOH+60rKhnwEdpn+fvnMwvSe1XksjqeCOh+mtfuQl7936TSFHvwc+gqx8 qYCuSBILGcbgz6OilYOTYDfRV7vUDYLafqVgusVZSLZzCqN08+0axD3w8CrZ6CWRhlET 0KK2BZ12OFEIB0/Z50ROknpGpGzxbV/Clff3OcmPdQwvoENhN/HMal+XScC0gQkrJaeJ lROSw3xOrWCoOxABJ9iMAZ4Owc3gdgc0vwBlf8Ojfkxd8aCi+s783UbtXd3L80LZyd3k un2rTRcfTeyMYyaHGTTrPFQx4VwHFLolgLj7k3ZwFoi60Hmko8TDklP5ZF6UdPQQu6oa 2UsQ== X-Gm-Message-State: AE9vXwNkJwFgnSe/neixL47dMygKJep+2925o6Dpnu6x9+S9KNMQLJnJLz7ziVHsye53pIfQtZQ= X-Received: by 10.25.34.65 with SMTP id i62mr190783lfi.7.1473264370570; Wed, 07 Sep 2016 09:06:10 -0700 (PDT) Received: from Ubuntu15.localdomain (dyn-xdsl-188-117-12-66.nebulazone.fi. [188.117.12.66]) by smtp.gmail.com with ESMTPSA id e91sm3207131lji.30.2016.09.07.09.06.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 07 Sep 2016 09:06:09 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Wed, 7 Sep 2016 19:06:07 +0300 Message-Id: <1473264367-16726-1-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 X-Topics: patch Subject: [lng-odp] [PATCH] linux-generic: make: fix distribution build for inlines.h 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: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Resolve bug https://bugs.linaro.org/show_bug.cgi?id=2507 by looking for the constructed file .../plat/inlines.h in the builddir, not the srcdir. Signed-off-by: Bill Fischofer --- platform/linux-generic/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.5.0 diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am index ae3cbba..92a0124 100644 --- a/platform/linux-generic/Makefile.am +++ b/platform/linux-generic/Makefile.am @@ -72,7 +72,7 @@ odpapiplatinclude_HEADERS = \ $(srcdir)/include/odp/api/plat/crypto_types.h \ $(srcdir)/include/odp/api/plat/event_types.h \ $(srcdir)/include/odp/api/plat/init_types.h \ - $(srcdir)/include/odp/api/plat/inlines.h \ + $(builddir)/include/odp/api/plat/inlines.h \ $(srcdir)/include/odp/api/plat/packet_types.h \ $(srcdir)/include/odp/api/plat/packet_io_types.h \ $(srcdir)/include/odp/api/plat/pool_types.h \