summaryrefslogtreecommitdiffstats
path: root/vnc/Makefile.am
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-07-13 16:18:02 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-07-13 16:18:02 -0700
commit58f5dcc030c95c64347264e6cef06027c214b214 (patch)
tree3c85b17f13c7e23b266ba7401dde0e3cefb80b80 /vnc/Makefile.am
parent5356242c47b3a9dd96229a381a38e1b5708fbde6 (diff)
downloadxrdp-proprietary-58f5dcc030c95c64347264e6cef06027c214b214.tar.gz
xrdp-proprietary-58f5dcc030c95c64347264e6cef06027c214b214.zip
autotools: change top_srcdir to top_builddir for LIBADD
Diffstat (limited to 'vnc/Makefile.am')
-rw-r--r--vnc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnc/Makefile.am b/vnc/Makefile.am
index 81f44c38..24835011 100644
--- a/vnc/Makefile.am
+++ b/vnc/Makefile.am
@@ -15,4 +15,4 @@ lib_LTLIBRARIES = \
libvnc_la_SOURCES = vnc.c
libvnc_la_LIBADD = \
- $(top_srcdir)/common/libcommon.la
+ $(top_builddir)/common/libcommon.la