diff options
author | Peter Åstrand <astrand@cendio.se> | 2004-11-19 13:35:15 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2004-11-19 13:35:15 +0000 |
commit | c977b9c72f6c3b2539c59cd837457f8fc1c03a7c (patch) | |
tree | d177c99c8ab7590f5c5c8a76ea6e2fd6461ff5ed /x0vncserver | |
parent | afa924f763240073a48fd65a8441decc3d4e9656 (diff) | |
download | tigervnc-c977b9c72f6c3b2539c59cd837457f8fc1c03a7c.tar.gz tigervnc-c977b9c72f6c3b2539c59cd837457f8fc1c03a7c.zip |
Linking with libjpeg
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@19 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'x0vncserver')
-rw-r--r-- | x0vncserver/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |