diff options
author | keithp <keithp> | 2001-03-30 02:15:17 +0000 |
---|---|---|
committer | keithp <keithp> | 2001-03-30 02:15:17 +0000 |
commit | 8a44011cd4271a634a51b049e26dc457ed30594a (patch) | |
tree | 0cc61c95c8c2123d3deeb07852599a2033e72106 /programs/xkill | |
parent | 2f8e9df7c5f1f6f48fe9dd57ddf7ab0ff7ed3005 (diff) |
Add Xmuu library to remove requirement for Xt/Xaw from most X utilities
Add i810 and Xv support to kdrive
Diffstat (limited to 'programs/xkill')
-rw-r--r-- | programs/xkill/Imakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/programs/xkill/Imakefile b/programs/xkill/Imakefile index c59f1bb07..04e78b4c3 100644 --- a/programs/xkill/Imakefile +++ b/programs/xkill/Imakefile @@ -1,5 +1,5 @@ -XCOMM $XConsortium: Imakefile,v 1.4 91/07/17 00:47:39 gildea Exp $ - DEPLIBS = $(DEPXMULIB) $(DEPXLIB) -LOCAL_LIBRARIES = $(XMULIB) $(XLIB) +XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:54:51 cpqbld Exp $ + DEPLIBS = $(DEPXMUULIB) $(DEPXLIB) +LOCAL_LIBRARIES = $(XMUULIB) $(XLIB) SimpleProgramTarget(xkill) |