diff options
Diffstat (limited to 'src/rda_x2go.c')
-rw-r--r-- | src/rda_x2go.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rda_x2go.c b/src/rda_x2go.c index 8850aa0..6072888 100644 --- a/src/rda_x2go.c +++ b/src/rda_x2go.c @@ -26,6 +26,8 @@ #include <rda.h> +#ifdef WITH_X2GO_AWARENESS + gboolean rda_session_is_x2go (void) { @@ -92,3 +94,5 @@ rda_session_terminate_x2go(void) return FALSE; } } + +#endif /* WITH_X2GO_AWARENESS */
\ No newline at end of file |