Revert "Removed old Java client, added new experimental PHP client."

This reverts commit 95f9da3a71c3e804dfe0457504cdbc0371c9b626.
This commit is contained in:
Michael Jumper
2010-09-24 02:42:29 -07:00
committed by Michael Jumper
parent 8f3e6a7340
commit a1440075d0
46 changed files with 1625 additions and 55 deletions

11
guacamole/client/Makefile Normal file
View File

@@ -0,0 +1,11 @@
.PHONY: client clean
all: client
client:
ant war
clean:
ant clean