From 4569295e5c74de4fd3c36af4216e2f42e809e9e0 Mon Sep 17 00:00:00 2001 From: Uri Lublin Date: Thu, 7 Jan 2010 20:12:58 +0200 Subject: client/x11/Makefile.am: make CLIENT_DIR $(top_srcdir) instead of .. Enables out-of-directory configure & compile Signed-off-by: Yaniv Kamay Signed-off-by: Uri Lublin --- client/x11/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/x11/Makefile.am b/client/x11/Makefile.am index d497a7b6..9a8e5556 100644 --- a/client/x11/Makefile.am +++ b/client/x11/Makefile.am @@ -1,7 +1,7 @@ NULL = COMMON_DIR=$(SPICE_COMMON_SRCDIR) -CLIENT_DIR=.. +CLIENT_DIR=$(top_srcdir) SUBDIRS = images -- cgit