[Xorg-commit] xc/programs/xdm Imakefile,1.1.4.3,1.1.4.3.2.1

Alexander Gottwald xorg-commit at pdx.freedesktop.org
Tue Dec 9 11:35:47 EET 2003


Committed by: ago

Update of /cvs/xorg/xc/programs/xdm
In directory pdx:/tmp/cvs-serv1079/xdm

Modified Files:
      Tag: CYGWIN
	Imakefile 
Log Message:
Fix programnames for crosscompiling

Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/programs/xdm/Imakefile,v
retrieving revision 1.1.4.3
retrieving revision 1.1.4.3.2.1
diff -u -d -r1.1.4.3 -r1.1.4.3.2.1
--- Imakefile	30 Nov 2003 16:47:13 -0000	1.1.4.3
+++ Imakefile	9 Dec 2003 09:35:45 -0000	1.1.4.3.2.1
@@ -236,12 +236,12 @@
 		  mitauth.o \
 		  genauth.o access.o choose.o \
 		  $(XDMAUTHOBJS) $(RPCOBJS) $(KRB5OBJS) $(GREETSHADOWOBJS)
-     XDM_SHADOW = ProgramTargetName(xdm-shadow)
+     XDM_SHADOW = xdm-shadow
 #endif
 #if BuildChooser
-        CHOOSER = ProgramTargetName(chooser)
+        CHOOSER = chooser
 #endif
-       PROGRAMS = ProgramTargetName(xdm) ProgramTargetName(xdmshell) ProgramTargetName(sessreg) $(CHOOSER) $(XDM_SHADOW)
+       PROGRAMS = xdm xdmshell sessreg $(CHOOSER) $(XDM_SHADOW)
 
  OSMAJORVERSION = OSMajorVersion
  OSMINORVERSION = OSMinorVersion





More information about the xorg-commit mailing list