Fix compilation on MacOS

xrdp_rdp.c includes openssl/ssl.h now, make sure the OpenSSL include path
is used.
This commit is contained in:
Pavel Roskin 2017-02-27 22:58:58 -08:00 committed by jsorg71
parent a71e5395f1
commit 1c355409a7

View File

@ -8,6 +8,8 @@ AM_CPPFLAGS = \
-DXRDP_PID_PATH=\"${localstatedir}/run\" \
-I$(top_srcdir)/common
AM_CFLAGS = $(OPENSSL_CFLAGS)
AM_LDFLAGS =
LIBXRDP_EXTRA_LIBS =