summaryrefslogtreecommitdiffstats
path: root/unix/vncpasswd/Makefile.am
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2010-02-14 02:11:04 +0000
committerDRC <dcommander@users.sourceforge.net>2010-02-14 02:11:04 +0000
commit09e2ff130e9cd027aa46f38fb110cb2f10da0d11 (patch)
treed179b7fb4d49bc5162762e1925063019b0afe9ca /unix/vncpasswd/Makefile.am
parente338bf8f35a37baf9d077734141c7729534378ea (diff)
downloadtigervnc-09e2ff130e9cd027aa46f38fb110cb2f10da0d11.tar.gz
tigervnc-09e2ff130e9cd027aa46f38fb110cb2f10da0d11.zip
Fix VPATH and out-of-tree builds
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3984 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/vncpasswd/Makefile.am')
-rw-r--r--unix/vncpasswd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/vncpasswd/Makefile.am b/unix/vncpasswd/Makefile.am
index cad28596..00951be3 100644
--- a/unix/vncpasswd/Makefile.am
+++ b/unix/vncpasswd/Makefile.am
@@ -6,7 +6,7 @@ vncpasswd_SOURCES = vncpasswd.cxx
vncpasswd_CPPFLAGS = -I$(top_srcdir)/common
-vncpasswd_LDADD = $(top_srcdir)/common/rfb/librfb.la \
- $(top_srcdir)/common/rdr/librdr.la
+vncpasswd_LDADD = $(top_builddir)/common/rfb/librfb.la \
+ $(top_builddir)/common/rdr/librdr.la
EXTRA_DIST = vncpasswd.man