diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-12-20 08:43:52 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-12-20 13:07:48 -0800 |
commit | 0e7bc6e1119e076b1e30af0c7c7b5f70fb6aa5bc (patch) | |
tree | 4d83dc6a07720282c65a003789465cc8c3c821da /xrdp/Makefile.am | |
parent | 634aa1096f5cd95b9d2b82a6461c8030269bf65e (diff) | |
download | xrdp-proprietary-0e7bc6e1119e076b1e30af0c7c7b5f70fb6aa5bc.tar.gz xrdp-proprietary-0e7bc6e1119e076b1e30af0c7c7b5f70fb6aa5bc.zip |
Compile libpainter only if enabled, fix path to libpainter.a
When subpackages are compiled outside the build tree, the build artifacts
are placed under top_builddir.
Diffstat (limited to 'xrdp/Makefile.am')
-rw-r--r-- | xrdp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/Makefile.am b/xrdp/Makefile.am index 8e22d182..f39610a0 100644 --- a/xrdp/Makefile.am +++ b/xrdp/Makefile.am @@ -36,7 +36,7 @@ endif if XRDP_PAINTER AM_CPPFLAGS += -DXRDP_PAINTER AM_CPPFLAGS += -I$(top_srcdir)/libpainter/include -XRDP_EXTRA_LIBS += $(top_srcdir)/libpainter/src/.libs/libpainter.a +XRDP_EXTRA_LIBS += $(top_builddir)/libpainter/src/.libs/libpainter.a endif sbin_PROGRAMS = \ |