commit | ca273d58d8a77d5cc9d42440bcdf9d7cad2054bc | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Dec 20 12:29:19 2012 +0100 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Dec 22 12:04:00 2012 +0000 |
tree | 7a750e08d485aa082853d5215160792c738573e8 | |
parent | bb5801f551ee8591d576d87a9290af297998e322 [diff] |
build: fix includes for VNC vnc-tls.h is included by vnc.h, and it includes gnutls/gnutls.h. Hence, GnuTLS header files are needed by all files that include vnc.h, most notably qmp.c. Move these flags to QEMU_CFLAGS for simplicity. Reported-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>