From d642640bfb6dbabfb9bab794a623fc730d4f4c9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20=C3=85strand?= Date: Thu, 13 Jan 2005 22:31:13 +0000 Subject: [PATCH] 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 --- rfb/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5