diff options
| author | Pavel Roskin <plroskin@gmail.com> | 2017-02-27 22:58:58 -0800 |
|---|---|---|
| committer | jsorg71 <jay.sorg@gmail.com> | 2017-03-01 20:39:48 -0800 |
| commit | 1c355409a77c897e42723d25e7e361356095efd8 (patch) | |
| tree | ed5c2c9f2b76e7dacbf82f11a9133e1bea173be3 | |
| parent | a71e5395f11648d96475bb7b22e4da4d15bdc9bb (diff) | |
| download | xrdp-proprietary-1c355409a77c897e42723d25e7e361356095efd8.tar.gz xrdp-proprietary-1c355409a77c897e42723d25e7e361356095efd8.zip | |
Fix compilation on MacOS
xrdp_rdp.c includes openssl/ssl.h now, make sure the OpenSSL include path
is used.
| -rw-r--r-- | libxrdp/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libxrdp/Makefile.am b/libxrdp/Makefile.am index 3812de9c..7f099cf5 100644 --- a/libxrdp/Makefile.am +++ b/libxrdp/Makefile.am @@ -8,6 +8,8 @@ AM_CPPFLAGS = \ -DXRDP_PID_PATH=\"${localstatedir}/run\" \ -I$(top_srcdir)/common +AM_CFLAGS = $(OPENSSL_CFLAGS) + AM_LDFLAGS = LIBXRDP_EXTRA_LIBS = |
