summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-04-02 12:01:51 +0100
committerDaniel P. Berrange <berrange@redhat.com>2012-04-25 09:42:15 +0100
commite1633c65cc804708a2a3dc7b94650300be38f2bf (patch)
treec28efca128a4d9b676721c80953bd07d8f54a81c /client
parent7af613362a2e320574dc688fad98294e90f029cc (diff)
downloadspice-e1633c65cc804708a2a3dc7b94650300be38f2bf.tar.gz
spice-e1633c65cc804708a2a3dc7b94650300be38f2bf.tar.xz
spice-e1633c65cc804708a2a3dc7b94650300be38f2bf.zip
Fix broken -I../common to be -I../spice-common in client
* Makefile.am: s/common/spice-common/ Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'client')
-rw-r--r--client/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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) \