diff options
author | Peter Åstrand <astrand@cendio.se> | 2005-01-13 22:31:13 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2005-01-13 22:31:13 +0000 |
commit | d642640bfb6dbabfb9bab794a623fc730d4f4c9a (patch) | |
tree | f46a98362f8f1ac9f48b16490b4565a357df2f8f | |
parent | 0f49e22bdc0f9b8cfbaa420f114c5313c7ea68bd (diff) | |
download | tigervnc-d642640bfb6dbabfb9bab794a623fc730d4f4c9a.tar.gz tigervnc-d642640bfb6dbabfb9bab794a623fc730d4f4c9a.zip |
Added @ZLIB_INCLUDE@ and @JPEG_INCLUDE@. Without these, the system
zlib and jpeg headers are used, regardless of the configure switches.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@97 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r-- | rfb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rfb/Makefile.in b/rfb/Makefile.in index f656050a..a373eb7c 100644 --- a/rfb/Makefile.in +++ b/rfb/Makefile.in @@ -53,7 +53,7 @@ SRCS = d3des.c $(CXXSRCS) OBJS = d3des.o $(CXXSRCS:.cxx=.o) -DIR_CPPFLAGS = -I$(top_srcdir) @VSNPRINTF_DEFINE@ +DIR_CPPFLAGS = -I$(top_srcdir) @ZLIB_INCLUDE@ @JPEG_INCLUDE@ @VSNPRINTF_DEFINE@ library = librfb.a |