summaryrefslogtreecommitdiffstats
path: root/unix/vncpasswd
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2008-11-14 14:48:21 +0000
committerAdam Tkac <atkac@redhat.com>2008-11-14 14:48:21 +0000
commit20e0d711fdc2cdb2df7f3d4447c27832e982a24b (patch)
tree6e42638de13bef6d310cd8606aeb5c76d3d69f8a /unix/vncpasswd
parent247b729032ac7add40daa29a0d981a55e09c4343 (diff)
downloadtigervnc-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.am2
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