Re: [libvirt] [PATCH] tests: Set abs_*dir in a consistent way

2014-03-20 Thread Jiri Denemark
On Thu, Mar 20, 2014 at 15:01:35 -0600, Eric Blake wrote: > On 03/19/2014 07:50 AM, Jiri Denemark wrote: > > Use $(shell cd $(...) && pwd) to set abs_*dir variables similarly to > > what src/Makefile.am does. > > > > Signed-off-by: Jiri Denemark > > --- > > tests/Makefile.am | 16 ++-

Re: [libvirt] [PATCH] tests: Set abs_*dir in a consistent way

2014-03-20 Thread Eric Blake
On 03/19/2014 07:50 AM, Jiri Denemark wrote: > Use $(shell cd $(...) && pwd) to set abs_*dir variables similarly to > what src/Makefile.am does. > > Signed-off-by: Jiri Denemark > --- > tests/Makefile.am | 16 ++-- > 1 file changed, 10 insertions(+), 6 deletions(-) > AM_CFLAGS = \

[libvirt] [PATCH] tests: Set abs_*dir in a consistent way

2014-03-19 Thread Jiri Denemark
Use $(shell cd $(...) && pwd) to set abs_*dir variables similarly to what src/Makefile.am does. Signed-off-by: Jiri Denemark --- tests/Makefile.am | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 90f70ff..20a98c7 10