diff options
author | Peter Åstrand <astrand@cendio.se> | 2004-11-16 13:36:36 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2004-11-16 13:36:36 +0000 |
commit | d29243d521afb3b8b08debbcd0c110fc64ba64c0 (patch) | |
tree | 2829b47eb71382be47c3838a8cb3a3b1da6cbf38 /Makefile.in | |
parent | e713b1450bb490712e8bd28ee93a0bccc1bcd7af (diff) | |
download | tigervnc-d29243d521afb3b8b08debbcd0c110fc64ba64c0.tar.gz tigervnc-d29243d521afb3b8b08debbcd0c110fc64ba64c0.zip |
Configuring and building jpeg library
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@11 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 789e1195..dbed5f8d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ -SUBDIRS = @ZLIB_DIR@ rdr network Xregion rfb tx x0vncserver vncviewer_unix \ +SUBDIRS = @ZLIB_DIR@ @JPEG_DIR@ rdr network Xregion rfb tx x0vncserver vncviewer_unix \ vncconfig_unix vncpasswd # followed by boilerplate.mk |