diff options
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index 4dcebce..fad0ac9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,17 +26,8 @@ lightdm-remote-session-freerdp: lightdm-remote-session-freerdp.in @sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ libexec_PROGRAMS = \ - socket-sucker \ x2go-session-wrapper -socket_sucker_SOURCES = \ - socket-sucker.c -socket_sucker_CFLAGS = \ - -Wall -Werror \ - -fPIE -socket_sucker_LDFLAGS = \ - -pie - x2go_session_wrapper_SOURCES = \ x2go-session-wrapper.c x2go_session_wrapper_CFLAGS = \ |