summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2015-06-19 15:11:45 -0500
committerJonathon Jongsma <jjongsma@redhat.com>2015-06-30 14:31:11 -0500
commitbdd3b7af7480a10426748c42a7bd62fd5b144833 (patch)
tree13c0df186a52d482dda2fb5c12a1688a967c8732
parentcd2d9acc41a84f81de5b90faa4669f77b06c2fbe (diff)
downloadvirt-viewer-bdd3b7af7480a10426748c42a7bd62fd5b144833.tar.gz
virt-viewer-bdd3b7af7480a10426748c42a7bd62fd5b144833.tar.xz
virt-viewer-bdd3b7af7480a10426748c42a7bd62fd5b144833.zip
Remove spice-controller flags from virt-viewer build
Virt-viewer does not use spice-controller, only remote-viewer does. So there's no need to ad SPICE_CONTROLLER_CFLAGS to the virt-viewer build.
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 12d646c..dbce8fa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -125,7 +125,6 @@ virt_viewer_CFLAGS = \
$(LIBVIRT_CFLAGS) \
$(OVIRT_CFLAGS) \
$(SPICE_GTK_CFLAGS) \
- $(SPICE_CONTROLLER_CFLAGS) \
$(WARN_CFLAGS) \
$(NULL)
endif