diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-05-01 22:26:34 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-05-01 22:26:34 -0700 |
commit | 19a9ed47dcd3d0c55114c7b3686709a9a795e5cf (patch) | |
tree | 9f7ed4959752becad8b8ab5853ecf48527821c63 /common/file_loc.h | |
parent | be44e0be4bb5b0580ca09ce1b7e95a5f96699a3e (diff) | |
download | xrdp-proprietary-19a9ed47dcd3d0c55114c7b3686709a9a795e5cf.tar.gz xrdp-proprietary-19a9ed47dcd3d0c55114c7b3686709a9a795e5cf.zip |
xrdp: use full path for loading xrdp modules
Diffstat (limited to 'common/file_loc.h')
-rw-r--r-- | common/file_loc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/file_loc.h b/common/file_loc.h index db312fb4..c8b3a76f 100644 --- a/common/file_loc.h +++ b/common/file_loc.h @@ -37,4 +37,8 @@ #define XRDP_SHARE_PATH "/usr/local/share/xrdp" #endif +#if !defined(XRDP_LIB_PATH) +#define XRDP_LIB_PATH "/usr/local/lib/xrdp" +#endif + #endif |