From 9b5d2bf6d6656acc06d5aab189515401530b5d02 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 8 Sep 2018 21:19:38 +0200 Subject: configure.ac et al.: Make it possible to enable/disable awareness for the supported remote desktop technologies at build time. --- src/rda_x2go.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/rda_x2go.c') 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 +#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 -- cgit v1.2.3