diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2012-04-02 12:01:51 +0100 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2012-04-25 09:42:15 +0100 |
commit | e1633c65cc804708a2a3dc7b94650300be38f2bf (patch) | |
tree | c28efca128a4d9b676721c80953bd07d8f54a81c /client | |
parent | 7af613362a2e320574dc688fad98294e90f029cc (diff) | |
download | spice-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.am | 2 |
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) \ |