[PATCH] fix out-of tree build

Peter Hutterer peter.hutterer at who-t.net
Mon Apr 23 14:28:26 PDT 2012


On Mon, Apr 23, 2012 at 01:59:12PM +0200, Michal Suchanek wrote:
> Hello,
> 
> since ccb3e78124fb05defd0c9b438746b79d84dfc3ae the test makefile
> references .. rather than $(top_srcdir).
> 
> This does not work.
> 
> Please fix
> 
> Thanks
> 
> Michal

> From 60244b234e1718dda05bb2ec144f7429d8f77c1e Mon Sep 17 00:00:00 2001
> From: Michal Suchanek <hramrach at gmail.com>
> Date: Mon, 23 Apr 2012 13:52:40 +0200
> Subject: [PATCH] xserver: Fix out-of-tree build
> 
> Fixes regression caused by ccb3e78124fb05defd0c9b438746b79d84dfc3ae
> 
> Signed-off-by: Michal Suchanek <hramrach at gmail.com>
> ---
>  test/Makefile.am |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/test/Makefile.am b/test/Makefile.am
> index 8c7e412..990a907 100644
> --- a/test/Makefile.am
> +++ b/test/Makefile.am
> @@ -36,7 +36,7 @@ misc_LDADD=$(TEST_LDADD)
>  fixes_LDADD=$(TEST_LDADD)
>  xfree86_LDADD=$(TEST_LDADD)
>  touch_LDADD=$(TEST_LDADD)
> -hashtabletest_LDADD=$(TEST_LDADD) ../Xext/hashtable.c
> +hashtabletest_LDADD=$(TEST_LDADD) $(top_srcdir)/Xext/hashtable.c
>  
>  libxservertest_la_LIBADD = $(XSERVER_LIBS)
>  if XORG
> -- 
> 1.7.9.5

applied, thanks

Cheers,
  Peter


More information about the xorg-devel mailing list