2003-11-18 17:02:09 -05:00
|
|
|
--- vncviewer/Imakefile.orig 2002-06-28 07:52:57.000000000 +0200
|
|
|
|
+++ vncviewer/Imakefile 2003-11-18 22:38:51.000000000 +0100
|
|
|
|
@@ -10,17 +10,10 @@ XCOMM seems to cause problems on Digital
|
2001-09-07 20:38:11 -04:00
|
|
|
DEFINES = -DMITSHM
|
|
|
|
#endif
|
|
|
|
|
2003-01-12 16:37:49 -05:00
|
|
|
-ZLIB_INC = -I/usr/local/include
|
|
|
|
-JPEG_INC = -I/usr/local/include
|
|
|
|
-INCLUDES = -I../include -I. $(ZLIB_INC) $(JPEG_INC) -I/usr/include
|
2001-09-07 20:38:11 -04:00
|
|
|
+INCLUDES = -I../include -I. -I/usr/include -I${LOCALBASE}/include
|
|
|
|
VNCAUTH_LIB = ../libvncauth/libvncauth.a
|
2003-01-12 16:37:49 -05:00
|
|
|
-ZLIB_LIB = -L/usr/local/lib -lz
|
|
|
|
-#ifdef OSF1Architecture
|
|
|
|
-XCOMM Avoid linking with different libjpeg in /usr/shlib under Tru64.
|
|
|
|
-JPEG_LIB = /usr/local/lib/libjpeg.a
|
|
|
|
-#else
|
|
|
|
-JPEG_LIB = -L/usr/local/lib -ljpeg
|
|
|
|
-#endif
|
2002-03-25 06:57:45 -05:00
|
|
|
+ZLIB_LIB = -lz
|
|
|
|
+JPEG_LIB = -ljpeg
|
2001-09-07 20:38:11 -04:00
|
|
|
|
2002-03-25 06:57:45 -05:00
|
|
|
DEPLIBS = XawClientDepLibs $(VNCAUTH_LIB)
|
2001-09-07 20:38:11 -04:00
|
|
|
LOCAL_LIBRARIES = XawClientLibs $(VNCAUTH_LIB) $(ZLIB_LIB) $(JPEG_LIB)
|