diff -cr xmcd-2.2.ORIG/xmcd_d/Imakefile xmcd-2.2/xmcd_d/Imakefile *** xmcd-2.2.ORIG/xmcd_d/Imakefile Wed Aug 13 08:12:58 1997 --- xmcd-2.2/xmcd_d/Imakefile Sat Nov 15 22:20:10 1997 *************** *** 43,49 **** * #include "Motif.tmpl" * #include "Motif.rules" */ ! LOCAL_LIBRARIES= XmClientLibs /**** Optional defines: Change as you see fit. ***************************** --- 43,50 ---- * #include "Motif.tmpl" * #include "Motif.rules" */ ! XMLIB = -L/usr/X11R6/lib -lXm ! LOCAL_LIBRARIES= $(XMLIB) $(XTOOLLIB) $(XLIB) /**** Optional defines: Change as you see fit. *****************************