diff options
Diffstat (limited to 'libvncserver/Makefile.am')
-rw-r--r-- | libvncserver/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libvncserver/Makefile.am b/libvncserver/Makefile.am index fce398d..6a29b84 100644 --- a/libvncserver/Makefile.am +++ b/libvncserver/Makefile.am @@ -46,9 +46,13 @@ EXTRA_DIST=tableinit24.c tableinittctemplate.c tabletranstemplate.c \ if HAVE_LIBZ ZLIBSRCS = zlib.c zrle.c zrleoutstream.c zrlepalettehelper.c ../common/zywrletemplate.c if HAVE_LIBJPEG +if HAVE_TURBOVNC +TIGHTSRCS = turbo.c ../common/turbojpeg.c +else TIGHTSRCS = tight.c endif endif +endif LIB_SRCS = main.c rfbserver.c rfbregion.c auth.c sockets.c $(WEBSOCKETSSRCS) \ stats.c corre.c hextile.c rre.c translate.c cutpaste.c \ |