From 1c355409a77c897e42723d25e7e361356095efd8 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 27 Feb 2017 22:58:58 -0800 Subject: [PATCH] Fix compilation on MacOS xrdp_rdp.c includes openssl/ssl.h now, make sure the OpenSSL include path is used. --- libxrdp/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 =