[Spice-devel] [PATCH spice 10/12] Fix broken -I../common to be -I../spice-common in client
Daniel P. Berrange
berrange at redhat.com
Mon Apr 2 04:23:45 PDT 2012
From: "Daniel P. Berrange" <berrange at redhat.com>
* Makefile.am: s/common/spice-common/
Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
client/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/client/Makefile.am b/client/Makefile.am
index 4913c1e..22d5adf 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) \
--
1.7.7.6
More information about the Spice-devel
mailing list