From e1633c65cc804708a2a3dc7b94650300be38f2bf Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 2 Apr 2012 12:01:51 +0100 Subject: Fix broken -I../common to be -I../spice-common in client * Makefile.am: s/common/spice-common/ Signed-off-by: Daniel P. Berrange --- client/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/Makefile.am b/client/Makefile.am index 4913c1ee..22d5adff 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -199,7 +199,7 @@ endif INCLUDES = \ -D__STDC_LIMIT_MACROS \ $(PLATFORM_INCLUDES) \ - -I$(top_srcdir)/common \ + -I$(top_srcdir)/spice-common \ $(ALSA_CFLAGS) \ $(CEGUI_CFLAGS) \ $(CEGUI06_CFLAGS) \ -- cgit