summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/Makefile1
-rwxr-xr-xexamples/unBind.tcl2
2 files changed, 1 insertions, 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 } { }