summaryrefslogtreecommitdiff
path: root/net/nxserver/files/patch-nxviewer-nxviewer-Imakefile
blob: 177a4eace7e574323f8b30cffd7b7a64f0b81f10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- nxviewer/nxviewer/Imakefile.orig	Thu Jun 17 11:44:40 2004
+++ nxviewer/nxviewer/Imakefile	Mon Feb  7 02:22:45 2005
@@ -37,7 +37,7 @@
 #endif
 
 
-INCLUDES = -I../include -I. $(ZLIB_INC) $(JPEG_INC) -I/usr/include/X11 $(NX_INC)
+INCLUDES = -I../include -I. $(ZLIB_INC) $(JPEG_INC) -I/usr/local/include -I$(X11BASE)/include/X11 $(NX_INC)
 VNCAUTH_LIB = ./libvncauth.a
 ZLIB_LIB = -L/usr/local/lib -lz
 JPEG_LIB = -L/usr/local/lib -ljpeg
@@ -50,6 +50,9 @@
 #endif
 
 DEPLIBS = XawClientDepLibs $(VNCAUTH_LIB)
+XPLIBSRC = 
+XPLIB = 
+
 
 LOCAL_LIBRARIES =  XawClientLibs $(VNCAUTH_LIB) $(ZLIB_LIB) $(JPEG_LIB) $(NX_LIB)