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 ++-
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 = \
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