Added translation support for the UNIX implementation, via GNU gettext.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@108 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/Makefile.in b/Makefile.in
index dbed5f8..a30cb48 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,8 @@
 
-SUBDIRS = @ZLIB_DIR@ @JPEG_DIR@ rdr network Xregion rfb tx x0vncserver vncviewer_unix \
-          vncconfig_unix vncpasswd
+PACKAGE = @PACKAGE@
+VERSION = @VERSION@
+
+SUBDIRS = @ZLIB_DIR@ @JPEG_DIR@ intl rdr network Xregion rfb tx x0vncserver \
+          vncviewer_unix po vncconfig_unix vncpasswd
 
 # followed by boilerplate.mk