The branch, build-baikal has been updated via 618c1468df976ea93f307e658360a6ec20fc44a0 (commit) from 39feab07aa3bfaa30de5f35e7f13f2c61d435e66 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: x2goserver/Makefile | 4 ---- 1 file changed, 4 deletions(-) The diff of changes is: diff --git a/x2goserver/Makefile b/x2goserver/Makefile index b46c117..71cced9 100755 --- a/x2goserver/Makefile +++ b/x2goserver/Makefile @@ -37,7 +37,6 @@ build-arch: build_setgidwrappers build_setgidwrappers: gcc -o x2gosqlitewrapper x2gosqlitewrapper.c - gcc -o x2goprint x2goprint.c build-indep: build_man2html @@ -50,7 +49,6 @@ clean: clean_arch clean_man2html clean_arch: rm -f x2gosqlitewrapper - rm -f x2goprint clean_man2html: rm -Rf `dirname $(MAN2HTML_DEST)` @@ -64,7 +62,6 @@ install_scripts: $(INSTALL_PROGRAM) bin/* $(DESTDIR)$(BINDIR)/ $(INSTALL_PROGRAM) sbin/* $(DESTDIR)$(SBINDIR)/ $(INSTALL_PROGRAM) x2gosqlitewrapper $(DESTDIR)$(LIBDIR)/ - $(INSTALL_PROGRAM) x2goprint $(DESTDIR)$(BINDIR)/ $(INSTALL_PROGRAM) lib/* $(DESTDIR)$(LIBDIR)/ chmod a-x $(DESTDIR)$(LIBDIR)/*.pm chown root:x2gouser $(DESTDIR)$(LIBDIR)/x2gosqlitewrapper @@ -100,7 +97,6 @@ uninstall_scripts: for file in $(SBIN_SCRIPTS); do $(RM_FILE) $(DESTDIR)$(SBINDIR)/$$file; done for file in $(LIB_FILES); do $(RM_FILE) $(DESTDIR)$(LIBDIR)/$$file; done $(RM_FILE) $(DESTDIR)$(LIBDIR)/x2gosqlitewrapper - $(RM_FILE) $(DESTDIR)$(BINDIR)/x2goprint $(RM_DIR) $(DESTDIR)$(LIBDIR) || true uninstall_config: hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).