Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util
diff options
context:
space:
mode:
authorJames <olpc@xo-02-32-5F.localdomain>2007-06-30 01:03:08 (GMT)
committer James <olpc@xo-02-32-5F.localdomain>2007-06-30 01:03:08 (GMT)
commitd5e0f6d249f33b62b25dd917be6ed3ddfc0ff25f (patch)
tree359b5ef034ae96d07d3106c2c1806d822613d5c4 /Util
parentff7047704c052f9df4e900d304961a45149a35b2 (diff)
better activity update, new client.so
Diffstat (limited to 'Util')
-rw-r--r--Util/Clooper/Makefile4
-rwxr-xr-xUtil/Clooper/aclient.sobin169404 -> 48095 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/Util/Clooper/Makefile b/Util/Clooper/Makefile
index a1d1870..5d5ac39 100644
--- a/Util/Clooper/Makefile
+++ b/Util/Clooper/Makefile
@@ -1,6 +1,6 @@
CC=gcc
-CXXFLAGS+=-g -Wall -Werror -fPIC -O3 -finline
+CXXFLAGS+= -Wall -Werror -fPIC -O2 -finline
LDFLAGS+= -lasound
LDFLAGS+= -L/usr/local/lib -lcsound
@@ -9,7 +9,7 @@ CPPFLAGS+=-I/home/james/cvs/sugar-jhbuild/build/include/python2.5
LDFLAGS+=-L/home/james/cvs/sugar-jhbuild/build/lib
CPPFLAGS+=-I/usr/include/python2.4
-LDFlAGS+=-lpython2.4
+LDFLAGS+=-lpython2.4
all : aclient.so
diff --git a/Util/Clooper/aclient.so b/Util/Clooper/aclient.so
index 2df6327..095c775 100755
--- a/Util/Clooper/aclient.so
+++ b/Util/Clooper/aclient.so
Binary files differ