summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv
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 /sesman/chansrv
parent5356242c47b3a9dd96229a381a38e1b5708fbde6 (diff)
downloadxrdp-proprietary-58f5dcc030c95c64347264e6cef06027c214b214.tar.gz
xrdp-proprietary-58f5dcc030c95c64347264e6cef06027c214b214.zip
autotools: change top_srcdir to top_builddir for LIBADD
Diffstat (limited to 'sesman/chansrv')
-rw-r--r--sesman/chansrv/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/chansrv/Makefile.am b/sesman/chansrv/Makefile.am
index fd8c260c..5c6a4d35 100644
--- a/sesman/chansrv/Makefile.am
+++ b/sesman/chansrv/Makefile.am
@@ -35,6 +35,6 @@ xrdp_chansrv_LDFLAGS = \
xrdp_chansrv_LDADD = \
-L/usr/X11R6/lib \
- $(top_srcdir)/common/libcommon.la \
+ $(top_builddir)/common/libcommon.la \
-lX11 -lXfixes \
$(EXTRA_LIBS)