diff options
author | Adam Tkac <atkac@redhat.com> | 2008-11-14 14:48:21 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-11-14 14:48:21 +0000 |
commit | 20e0d711fdc2cdb2df7f3d4447c27832e982a24b (patch) | |
tree | 6e42638de13bef6d310cd8606aeb5c76d3d69f8a /unix/vncpasswd | |
parent | 247b729032ac7add40daa29a0d981a55e09c4343 (diff) | |
download | tigervnc-20e0d711fdc2cdb2df7f3d4447c27832e982a24b.tar.gz tigervnc-20e0d711fdc2cdb2df7f3d4447c27832e982a24b.zip |
[Refactoring] Improved rdr::Exception constructor. It now accepts variable
number of arguments.
[Bugfix] Minor compilation fixes (missing #includes)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3168 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/vncpasswd')
-rw-r--r-- | unix/vncpasswd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/vncpasswd/Makefile.am b/unix/vncpasswd/Makefile.am index dfbec97c..c6b9e974 100644 --- a/unix/vncpasswd/Makefile.am +++ b/unix/vncpasswd/Makefile.am @@ -6,6 +6,6 @@ vncpasswd_SOURCES = vncpasswd.cxx vncpasswd_CPPFLAGS = -I$(COMMON_DIR) -vncpasswd_LDADD = $(COMMON_DIR)/rfb/librfb.la +vncpasswd_LDADD = $(COMMON_DIR)/rfb/librfb.la $(COMMON_DIR)/rdr/librdr.la EXTRA_DIST = vncpasswd.man |