diff mbox

helper/test: add missing scripts to EXTRA_DIST

Message ID 1464014674-21140-1-git-send-email-anders.roxell@linaro.org
State Accepted
Commit 5166908eb4e2b65979dcd378a32a46f77f79a2ac
Headers show

Commit Message

Anders Roxell May 23, 2016, 2:44 p.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 helper/test/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

Comments

Mike Holmes May 23, 2016, 4:55 p.m. UTC | #1
This must be in RC3, it breaks packaging

On 23 May 2016 at 10:44, Anders Roxell <anders.roxell@linaro.org> wrote:
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>  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
> --
> 2.1.4
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/lng-odp
Maxim Uvarov May 23, 2016, 6:21 p.m. UTC | #2
Merged as trivial patch.

Maxim.

On 05/23/16 19:55, Mike Holmes wrote:
> This must be in RC3, it breaks packaging
>
> On 23 May 2016 at 10:44, Anders Roxell <anders.roxell@linaro.org> wrote:
>> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
>> ---
>>   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
>> --
>> 2.1.4
>>
>> _______________________________________________
>> lng-odp mailing list
>> lng-odp@lists.linaro.org
>> https://lists.linaro.org/mailman/listinfo/lng-odp
>
>
diff mbox

Patch

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