Handoff implemented ... but registry is not shared because we're using processes instead of threads, hence it doesn't work.

This commit is contained in:
Michael Jumper
2010-09-18 02:11:51 -07:00
parent 16d335aa19
commit 49131fae1b
6 changed files with 98 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
CFLAGS=-O2 -fPIC -pedantic -Wall -Werror -Iinclude
CFLAGS=-g -fPIC -pedantic -Wall -Werror -Iinclude
LDFLAGS=-lpng -luuid
.PHONY: clean doc