summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorths2007-08-25 03:37:51 +0200
committerths2007-08-25 03:37:51 +0200
commit8d5d2d4c478c6a853b7334f06253ab73410e9322 (patch)
tree6a3b972af643e7e7af31ab590904a12ef75776ea /Makefile.target
parentVNC password authentication, by Daniel P. Berrange. (diff)
downloadqemu-8d5d2d4c478c6a853b7334f06253ab73410e9322.tar.gz
qemu-8d5d2d4c478c6a853b7334f06253ab73410e9322.tar.xz
qemu-8d5d2d4c478c6a853b7334f06253ab73410e9322.zip
VeNCrypt basic TLS support, by Daniel P. Berrange.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3136 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 1f8f55f869..d1204d678f 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -405,6 +405,11 @@ SOUND_HW += fmopl.o adlib.o
endif
AUDIODRV+= wavcapture.o
+ifdef CONFIG_VNC_TLS
+CPPFLAGS += $(CONFIG_VNC_TLS_CFLAGS)
+LIBS += $(CONFIG_VNC_TLS_LIBS)
+endif
+
VL_OBJS += i2c.o smbus.o
# SCSI layer