From 27750be02005de7ec5b1104fd7ed2e20f8a7826c Mon Sep 17 00:00:00 2001 From: jestin Date: Fri, 23 Jul 2004 15:13:47 +0000 Subject: Makefile ne fait pas encore partie du paquet unbind est un script tcl pour montrer comment on se désabonne. Les exemples auraient dû être dans ivy-c-dev, ainsi que la doc html, n'est-ce pas ? --- examples/Makefile | 1 - examples/unBind.tcl | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index 234618f..659c8a0 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -31,6 +31,5 @@ motifButtonIvy.o: motifButtonIvy.c motifButtonIvy: motifButtonIvy.o $(CC) -o $@ $< $(MOTIFLIB) -lxtivy -lpcre $(EXTRALIB) - clean: rm -fR $(OBJS) $(TARGETS) diff --git a/examples/unBind.tcl b/examples/unBind.tcl index 6440f1a..4378213 100755 --- a/examples/unBind.tcl +++ b/examples/unBind.tcl @@ -1,5 +1,5 @@ #!/usr/bin/tclsh -load ./libtclivy.so.3.6 +load ../src/libtclivy.so.3.6 proc connect { client action } { } -- cgit v1.1