From patchwork Mon May 23 14:44: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: 68394 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp130771qge; Mon, 23 May 2016 07:57:01 -0700 (PDT) X-Received: by 10.140.251.195 with SMTP id w186mr16694597qhc.57.1464015421651; Mon, 23 May 2016 07:57:01 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id f130si4702752qke.19.2016.05.23.07.57.01; Mon, 23 May 2016 07:57:01 -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 3B206617B1; Mon, 23 May 2016 14:57:01 +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 2F41D617A0; Mon, 23 May 2016 14:56:55 +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 5A2376179F; Mon, 23 May 2016 14:53:12 +0000 (UTC) Received: from mail-lb0-f179.google.com (mail-lb0-f179.google.com [209.85.217.179]) by lists.linaro.org (Postfix) with ESMTPS id 651CD61099 for ; Mon, 23 May 2016 14:53:11 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id ww9so56258173lbc.2 for ; Mon, 23 May 2016 07:53: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=wUJUXcxFbgnSfrhlCMdaHpO8XcBjz75obp524Sk3YyE=; b=UiiKdN2747Un+R0l6/xmdIBw2HSFZvewxIbXav4YTMOxfyY4z5tXct/unCt2S5FO5h FtKCxDCa8ud54Dw8NoBh7Y7sNZDeh1YqNZqVcQTzuofMJxKLFgIuhOfGjftexyThXlyW NAi6ZB1mZbzNFDxR2hcxi7sThlfx6wWluvAdItMi8wlNQWq7IKThVFh3fa/ceYLHrdhe oI6B00YBJNUUMZvwE0q69x7UnGnvgRhraxii3ceEk45UgGmoxYCQUtBr7GRbQVY2cHtQ CbIsvIbz4jOtrBlo0g6GpimYJMewgtZXNld+pt+1d8kqylicsuntXLZX83QUdi2VhJn0 uGVg== X-Gm-Message-State: ALyK8tJuqCmRePxAGpcfg5BR/5NrzoHFbWbOP68ATmPTUJ44hgY0/0YmaL0/FRKdvtT1sPgHCx8= X-Received: by 10.112.158.71 with SMTP id ws7mr3427138lbb.32.1464015190170; Mon, 23 May 2016 07:53:10 -0700 (PDT) Received: from localhost (c-c82171d5.07-21-73746f28.cust.bredbandsbolaget.se. [213.113.33.200]) by smtp.gmail.com with ESMTPSA id di11sm4265698lbb.36.2016.05.23.07.53.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 May 2016 07:53:09 -0700 (PDT) From: Anders Roxell To: lng-odp@lists.linaro.org Date: Mon, 23 May 2016 16:44:34 +0200 Message-Id: <1464014674-21140-1-git-send-email-anders.roxell@linaro.org> X-Mailer: git-send-email 2.1.4 X-Topics: patch Subject: [lng-odp] [PATCH] helper/test: add missing scripts to EXTRA_DIST 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" Signed-off-by: Anders Roxell --- helper/test/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/helper/test/Makefile.am b/helper/test/Makefile.am index 8e65948..e9e8785 100644 --- a/helper/test/Makefile.am +++ b/helper/test/Makefile.am @@ -24,6 +24,7 @@ dist_bin_SCRIPTS = bin_PROGRAMS = $(EXECUTABLES) $(COMPILE_ONLY) +EXTRA_DIST = odpthreads_as_processes odpthreads_as_pthreads dist_chksum_SOURCES = chksum.c dist_odpthreads_SOURCES = odpthreads.c