diff mbox

helper/test/Makefile: fix, should be dist_odp_chksum_SOURCES

Message ID 1434572682-28363-1-git-send-email-mike.holmes@linaro.org
State Accepted
Commit 281166e2d95c836a2773996f02366385c6d94fe6
Headers show

Commit Message

Mike Holmes June 17, 2015, 8:24 p.m. UTC
From: Anders Roxell <anders.roxell@linaro.org>

change dist_odp_process_SOURCES -> dist_odp_chksum_SOURCES

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Reviewed-by: Mike Holmes <mike.holmes@linaro.org>
---
 helper/test/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Maxim Uvarov June 17, 2015, 8:55 p.m. UTC | #1
Merged,

Thanks.


On 06/17/15 23:24, Mike Holmes wrote:
> From: Anders Roxell <anders.roxell@linaro.org>
>
> change dist_odp_process_SOURCES -> dist_odp_chksum_SOURCES
>
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> Reviewed-by: Mike Holmes <mike.holmes@linaro.org>
> ---
>   helper/test/Makefile.am | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/helper/test/Makefile.am b/helper/test/Makefile.am
> index 334a682..ec8d2c7 100644
> --- a/helper/test/Makefile.am
> +++ b/helper/test/Makefile.am
> @@ -22,6 +22,6 @@ dist_bin_SCRIPTS =
>   bin_PROGRAMS = $(EXECUTABLES) $(COMPILE_ONLY)
>   
>   
> -dist_odp_process_SOURCES = odp_chksum.c
> +dist_odp_chksum_SOURCES = odp_chksum.c
>   dist_odp_thread_SOURCES = odp_thread.c
>   dist_odp_process_SOURCES = odp_process.c
diff mbox

Patch

diff --git a/helper/test/Makefile.am b/helper/test/Makefile.am
index 334a682..ec8d2c7 100644
--- a/helper/test/Makefile.am
+++ b/helper/test/Makefile.am
@@ -22,6 +22,6 @@  dist_bin_SCRIPTS =
 bin_PROGRAMS = $(EXECUTABLES) $(COMPILE_ONLY)
 
 
-dist_odp_process_SOURCES = odp_chksum.c
+dist_odp_chksum_SOURCES = odp_chksum.c
 dist_odp_thread_SOURCES = odp_thread.c
 dist_odp_process_SOURCES = odp_process.c