diff options
Diffstat (limited to 'xrdp')
-rw-r--r-- | xrdp/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xrdp/Makefile.am b/xrdp/Makefile.am index 3765f203..a259ef32 100644 --- a/xrdp/Makefile.am +++ b/xrdp/Makefile.am @@ -9,6 +9,7 @@ AM_CPPFLAGS = \ -DXRDP_SHARE_PATH=\"${datadir}/xrdp\" \ -DXRDP_PID_PATH=\"${localstatedir}/run\" \ -DXRDP_MODULE_PATH=\"${moduledir}\" \ + -DXRDP_SOCKET_PATH=\"${socketdir}\" \ -I$(top_builddir) \ -I$(top_srcdir)/common \ -I$(top_srcdir)/libxrdp |