diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-07-13 16:18:02 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-07-13 16:18:02 -0700 |
commit | 58f5dcc030c95c64347264e6cef06027c214b214 (patch) | |
tree | 3c85b17f13c7e23b266ba7401dde0e3cefb80b80 /sesman/chansrv | |
parent | 5356242c47b3a9dd96229a381a38e1b5708fbde6 (diff) | |
download | xrdp-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.am | 2 |
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) |