diff options
author | Jonathon Jongsma <jjongsma@redhat.com> | 2015-06-19 15:11:45 -0500 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@redhat.com> | 2015-06-30 14:31:11 -0500 |
commit | bdd3b7af7480a10426748c42a7bd62fd5b144833 (patch) | |
tree | 13c0df186a52d482dda2fb5c12a1688a967c8732 | |
parent | cd2d9acc41a84f81de5b90faa4669f77b06c2fbe (diff) |
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.am | 1 |
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 |