diff options
author | Peter Åstrand <astrand@cendio.se> | 2005-01-23 20:44:20 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2005-01-23 20:44:20 +0000 |
commit | 5a15f8cbc39c822c479f4b33600ce04e4ae99f8b (patch) | |
tree | 7315498bb0bcd6c0148d23f4659cf0487542f870 /Makefile.in | |
parent | 2dbbd38f8f63594dce29ee4836fadff91392ee59 (diff) | |
download | tigervnc-5a15f8cbc39c822c479f4b33600ce04e4ae99f8b.tar.gz tigervnc-5a15f8cbc39c822c479f4b33600ce04e4ae99f8b.zip |
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
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index dbed5f8d..a30cb48e 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 |