Move Java source up one level and allow Java viewer to be built as a standalone project (per community request)


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4715 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5bba01f..ebf2e53 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -262,7 +262,7 @@
 
 option(BUILD_JAVA "Build Java version of the TigerVNC Viewer" FALSE)
 if(BUILD_JAVA)
-  add_subdirectory(java/src)
+  add_subdirectory(java)
 endif()
 
 # Check for FLTK