From: Karel G. <kg...@us...> - 2001-12-10 20:15:30
|
Update of /cvsroot/micomt/mico/auxdir In directory usw-pr-cvs1:/tmp/cvs-serv22610/auxdir Modified Files: Makefile Log Message: - fixed linking of libmicox Index: Makefile =================================================================== RCS file: /cvsroot/micomt/mico/auxdir/Makefile,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -C2 -r1.1.1.3 -r1.2 *** Makefile 2001/02/08 15:06:28 1.1.1.3 --- Makefile 2001/12/10 20:15:25 1.2 *************** *** 110,114 **** rm -f $@ $(LDSO) -o libmicox$(VERSION) $(SHARED_X11_OBJS) \ ! $(PURE_LDFLAGS) -lXt -lX11 -L../libs -lmico$(VERSION) $(IDIRCMD) ../libs cd ../libs; rm -f $@; ln -f -s ../auxdir/$@ . --- 110,114 ---- rm -f $@ $(LDSO) -o libmicox$(VERSION) $(SHARED_X11_OBJS) \ ! $(PURE_LDFLAGS) $(X_LIBS) -lXt -lX11 -L../libs -lmico$(VERSION) $(IDIRCMD) ../libs cd ../libs; rm -f $@; ln -f -s ../auxdir/$@ . |