Forgot to include TimeMillis.cxx in the Makefile template.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@492 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/x0vncserver/Makefile.in b/x0vncserver/Makefile.in
index cca17e0..4227a51 100644
--- a/x0vncserver/Makefile.in
+++ b/x0vncserver/Makefile.in
@@ -1,5 +1,6 @@
 
-SRCS = Image.cxx CPUMonitor.cxx PollingManager.cxx x0vncserver.cxx
+SRCS = Image.cxx CPUMonitor.cxx TimeMillis.cxx PollingManager.cxx \
+       x0vncserver.cxx
 
 OBJS = $(SRCS:.cxx=.o)