Browse Source

Rename file_loc.h to xrdp_sockets.h, install it

Include xrdp_sockets.h directly, not through headers.
pull/1/head
Pavel Roskin 7 years ago
committed by jsorg71
parent
commit
fe8bec0683
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      module-xrdp-sink.c
  2. +1
    -1
      module-xrdp-source.c

+ 1
- 1
module-xrdp-sink.c View File

@ -68,7 +68,7 @@ typedef bool pa_bool_t;
#endif
#include "module-xrdp-sink-symdef.h"
#include "../../../common/file_loc.h"
#include "../../../common/xrdp_sockets.h"
PA_MODULE_AUTHOR("Jay Sorg");
PA_MODULE_DESCRIPTION("xrdp sink");


+ 1
- 1
module-xrdp-source.c View File

@ -55,7 +55,7 @@ typedef bool pa_bool_t;
#endif
#include "module-xrdp-source-symdef.h"
#include "../../../common/file_loc.h"
#include "../../../common/xrdp_sockets.h"
PA_MODULE_AUTHOR("Laxmikant Rashinkar");
PA_MODULE_DESCRIPTION("xrdp source");


Loading…
Cancel
Save