summaryrefslogtreecommitdiffstats
path: root/client/windows/Makefile.am
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-12-06 17:59:09 +0200
committerAlon Levy <alevy@redhat.com>2010-12-08 17:13:52 +0200
commit1bb1bcb9a0e369b9663951d9ec944f31984ffdf7 (patch)
treec5b761d2be14d8993ff42a76ba75c2973018743b /client/windows/Makefile.am
parent0449d0520c1173ca70eaf011f69de6123e5c2a48 (diff)
downloadspice-1bb1bcb9a0e369b9663951d9ec944f31984ffdf7.tar.gz
spice-1bb1bcb9a0e369b9663951d9ec944f31984ffdf7.tar.xz
spice-1bb1bcb9a0e369b9663951d9ec944f31984ffdf7.zip
mingw32 build: check for CXImage, disable if not found (only on mingw32)
v2: + simplify (Hans) + also report presence of cximage for mingw32 target
Diffstat (limited to 'client/windows/Makefile.am')
-rw-r--r--client/windows/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/windows/Makefile.am b/client/windows/Makefile.am
index 0bd6e42d..ae104ff4 100644
--- a/client/windows/Makefile.am
+++ b/client/windows/Makefile.am
@@ -21,6 +21,7 @@ INCLUDES = \
$(CEGUI_CFLAGS) \
$(WARN_CFLAGS) \
$(SPICE_NONPKGCONFIG_CFLAGS) \
+ $(CXIMAGE_CFLAGS) \
$(NULL)