Fix compilation on MacOS

xrdp_rdp.c includes openssl/ssl.h now, make sure the OpenSSL include path
is used.
master
Pavel Roskin 7 years ago committed by jsorg71
parent a71e5395f1
commit 1c355409a7

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

Loading…
Cancel
Save