]> source.dussan.org Git - tigervnc.git/commitdiff
Added @ZLIB_INCLUDE@ and @JPEG_INCLUDE@. Without these, the system
authorPeter Åstrand <astrand@cendio.se>
Thu, 13 Jan 2005 22:31:13 +0000 (22:31 +0000)
committerPeter Åstrand <astrand@cendio.se>
Thu, 13 Jan 2005 22:31:13 +0000 (22:31 +0000)
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

index f656050a2389849cb7945d7fb74ca9056499de37..a373eb7c4e315230bbda753caea41a664b681f7c 100644 (file)
@@ -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