1
0
espelhamento de https://github.com/TigerVNC/tigervnc.git sincronizado 2024-08-21 17:54:34 +02:00

Linking with libjpeg

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@19 3789f03b-4d11-0410-bbf8-ca57d06f2519
Esse commit está contido em:
Peter Åstrand 2004-11-19 13:35:15 +00:00
commit c977b9c72f
2 arquivos alterados com 2 adições e 2 exclusões

Ver arquivo

@ -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

Ver arquivo

@ -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