Added support for new `Geometry' option which allows serving an arbitrary
regtangular screen area instead of the whole screen.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@569 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/x0vncserver/Makefile.in b/x0vncserver/Makefile.in
index e69b89a..cbb9fed 100644
--- a/x0vncserver/Makefile.in
+++ b/x0vncserver/Makefile.in
@@ -1,5 +1,6 @@
 
 SRCS = Image.cxx TimeMillis.cxx PollingScheduler.cxx PollingManager.cxx \
+       Geometry.cxx \
        x0vncserver.cxx ../vncconfig_unix/QueryConnectDialog.cxx
 
 OBJS = $(SRCS:.cxx=.o)