From c41573351f443358e2eb43017122cede28c1aec8 Mon Sep 17 00:00:00 2001 From: Constantin Kaplinsky Date: Tue, 30 May 2006 06:11:08 +0000 Subject: [PATCH] Not defining ZLIB_INCLUDE as it is not used in the rfb directory. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@604 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/rfb/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/rfb/Makefile.in b/common/rfb/Makefile.in index 835e1882..ebaf86d1 100644 --- a/common/rfb/Makefile.in +++ b/common/rfb/Makefile.in @@ -66,7 +66,7 @@ SRCS = d3des.c $(CXXSRCS) OBJS = d3des.o $(CXXSRCS:.cxx=.o) -DIR_CPPFLAGS = -I$(top_srcdir) @ZLIB_INCLUDE@ @JPEG_INCLUDE@ @VSNPRINTF_DEFINE@ +DIR_CPPFLAGS = -I$(top_srcdir) @JPEG_INCLUDE@ @VSNPRINTF_DEFINE@ library = librfb.a -- 2.39.5