From c977b9c72f6c3b2539c59cd837457f8fc1c03a7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20=C3=85strand?= Date: Fri, 19 Nov 2004 13:35:15 +0000 Subject: [PATCH] Linking with libjpeg git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@19 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- vncviewer_unix/Makefile.in | 2 +- x0vncserver/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vncviewer_unix/Makefile.in b/vncviewer_unix/Makefile.in index a49dacc9..52406309 100644 --- a/vncviewer_unix/Makefile.in +++ b/vncviewer_unix/Makefile.in @@ -8,7 +8,7 @@ program = vncviewer DEP_LIBS = ../tx/libtx.a ../rfb/librfb.a ../network/libnetwork.a \ ../rdr/librdr.a -EXTRA_LIBS = @ZLIB_LIB@ @X_PRE_LIBS@ @X_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@ +EXTRA_LIBS = @ZLIB_LIB@ @JPEG_LIB@ @X_PRE_LIBS@ @X_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@ DIR_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tx @X_CFLAGS@ # X_CFLAGS are really CPPFLAGS diff --git a/x0vncserver/Makefile.in b/x0vncserver/Makefile.in index e0b06cb1..bd347a0a 100644 --- a/x0vncserver/Makefile.in +++ b/x0vncserver/Makefile.in @@ -7,7 +7,7 @@ program = x0vncserver DEP_LIBS = ../rfb/librfb.a ../network/libnetwork.a ../rdr/librdr.a -EXTRA_LIBS = @ZLIB_LIB@ @X_PRE_LIBS@ @X_LIBS@ -lXtst -lXext -lX11 @X_EXTRA_LIBS@ +EXTRA_LIBS = @ZLIB_LIB@ @JPEG_LIB@ @X_PRE_LIBS@ @X_LIBS@ -lXtst -lXext -lX11 @X_EXTRA_LIBS@ DIR_CPPFLAGS = -I$(top_srcdir) @X_CFLAGS@ # X_CFLAGS are really CPPFLAGS -- 2.39.5