Hi Inaky,

> When the build directory is different than the source directory, we
> need to specify the source prefix to the original file we are
> copying.
> ---
>  Makefile.am |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index ed13346..31c157c 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -418,7 +418,7 @@ src/ofono.ver: src/ofono.exp
>       $(AM_V_at)echo "local: *; };" >> $@
>  
>  plugins/%.rules:
> -     $(AM_V_GEN)cp $(subst 97-,,$@) $@
> +     $(AM_V_GEN)cp $(srcdir)/$(subst 97-,,$@) $@
>  
>  $(src_ofonod_OBJECTS) $(unit_objects): $(local_headers)

I tested it within my release build system and it looks fine to me. At
least nothing breaks. I leave it up to Denis to apply the patch, but
please also submit similar patches for BlueZ and ConnMan since I am
pretty sure I missed it there as well.

Regards

Marcel


_______________________________________________
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono

Reply via email to