diff options
author | gildea <empty> | 1994-03-29 15:54:14 +0000 |
---|---|---|
committer | gildea <empty> | 1994-03-29 15:54:14 +0000 |
commit | 68a04c9636eb20978d5870f41aa83abf5ce8f93a (patch) | |
tree | e2ec2b7c5822076b98079fca18a3513aee59b165 /xc/lib/Xdmcp | |
parent | fda2b254cba4f7022675953bbcf2dc87c0c4cf13 (diff) |
remove INSTALLFLAGS
Patch from XFree86 team, XBUG #6636, #6648.
Diffstat (limited to 'xc/lib/Xdmcp')
-rw-r--r-- | xc/lib/Xdmcp/Imakefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xc/lib/Xdmcp/Imakefile b/xc/lib/Xdmcp/Imakefile index 706e361b6..d2500f770 100644 --- a/xc/lib/Xdmcp/Imakefile +++ b/xc/lib/Xdmcp/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.20 92/05/28 12:09:21 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.21 93/09/04 16:33:39 rws Exp $ #define DoNormalLib NormalLibXdmcp #define DoSharedLib SharedLibXdmcp #define DoDebugLib DebugLibXdmcp @@ -6,8 +6,6 @@ XCOMM $XConsortium: Imakefile,v 1.20 92/05/28 12:09:21 rws Exp $ #define LibName Xdmcp #define SoRev SOXDMCPREV - INSTALLFLAGS = $(INSTINCFLAGS) - #if HasXdmAuth AUTHDEFS = -DHASXDMAUTH AUTHSRCS = Wrap.c Unwrap.c Wraphelp.c |