diff options
Diffstat (limited to 'xc/lib/Xmuu/Imakefile')
-rw-r--r-- | xc/lib/Xmuu/Imakefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xc/lib/Xmuu/Imakefile b/xc/lib/Xmuu/Imakefile index 32a564b0d..b8f0b1d6d 100644 --- a/xc/lib/Xmuu/Imakefile +++ b/xc/lib/Xmuu/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XFree86: xc/lib/Xmuu/Imakefile,v 1.1 2001/03/30 02:18:41 keithp Exp $ +XCOMM $XFree86: xc/lib/Xmuu/Imakefile,v 1.2 2001/05/11 08:16:54 alanh Exp $ XCOMM Mini Xmu library: pull out just those things that are used by apps XCOMM that do not use Xt and Xaw in the core applications XCOMM @@ -47,7 +47,10 @@ OBJS = ClientWin.o\ GetHost.o\ Lower.o -INCLUDES = -I$(XMUSRC) +### Commented out following line... +### INCLUDES = -I$(XMUSRC) +### ... it breaks Lower.c (which needs -I../../lib/misc to find snprintf.c) +### #include <Library.tmpl> |